Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reallocate the FIXED DELAY data buffer when delay time changes #285

Closed
ToddFincannonEI opened this issue Dec 8, 2022 · 0 comments · Fixed by #289 or #287
Closed

Reallocate the FIXED DELAY data buffer when delay time changes #285

ToddFincannonEI opened this issue Dec 8, 2022 · 0 comments · Fixed by #289 or #287
Assignees

Comments

@ToddFincannonEI
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants