You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C implementation of the FIXED DELAY function assumes that the delay time will not change over the course of a run. It dynamically allocates a data buffer with a size determined by the delay time the first time it is called. The delay time can change in a future time step. When this happens, the buffer needs to be reallocated.
The text was updated successfully, but these errors were encountered:
The C implementation of the
FIXED DELAY
function assumes that the delay time will not change over the course of a run. It dynamically allocates a data buffer with a size determined by the delay time the first time it is called. The delay time can change in a future time step. When this happens, the buffer needs to be reallocated.The text was updated successfully, but these errors were encountered: