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

linkers not recognized in function if reduce_function_calls_flag=0 #494

Open
erik-roberts opened this issue Jul 28, 2018 · 0 comments
Open

Comments

@erik-roberts
Copy link
Collaborator

erik-roberts commented Jul 28, 2018

this issue arose when using the dynasim GUI, which has reduce_function_calls_flag=0, vs the default of dsSimulate where reduce_function_calls_flag=1. the issue is that the linker variable name is not a function argument. however, it doesn't work always well to have the linker be called in the ODE, monitor, and initial conditions, and leave a non-linker argument for the function.

an example is a fn:
func(x) = x + @linker

@erik-roberts erik-roberts changed the title linker's not recognized in function if reduce_function_calls_flag=0 linkers not recognized in function if reduce_function_calls_flag=0 Jul 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant