We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is clear that a stockVariable can be used in place of a parameter approx. as follows: #param ~ #multi * stkVar
#param ~ #multi * stkVar
What it is not clear to me is if and how I could implement something like this instead: #param ~ #param1 + #multi * stkVar
#param ~ #param1 + #multi * stkVar
I've tried without success (+ #param1 stkVarFileName)
(+ #param1 stkVarFileName)
I have few situations where this could be rather useful. As always thankful
The text was updated successfully, but these errors were encountered:
I still haven't seen a working version of a Gadget model with stockvariables, have you managed to get this working?
Sorry, something went wrong.
No branches or pull requests
It is clear that a stockVariable can be used in place of a parameter approx. as follows:
#param ~ #multi * stkVar
What it is not clear to me is if and how I could implement something like this instead:
#param ~ #param1 + #multi * stkVar
I've tried without success
(+ #param1 stkVarFileName)
I have few situations where this could be rather useful.
As always thankful
The text was updated successfully, but these errors were encountered: