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
Summary
Following #3 convert Tan 2014, VanLeeuwen 2007 and others.
To Do
GetM()
GetVariable("M")
GetParameter("M")
Goldbeter1991SrnModel
The text was updated successfully, but these errors were encountered:
#8 Add SRN reference models
829bd79
#8 Separate private and public methods
3f2ab24
#8 Convert Tan2014SrnModel
4e433d2
#8 Convert VanLeeuwen2007
f328d1b
#8 Convert VanLeeuwen2007NonDim
f656423
#8 Add C++ code tests
986a535
#8 Fix num_state_vars
e1c6093
kwabenantim
Successfully merging a pull request may close this issue.
Summary
Following #3 convert Tan 2014, VanLeeuwen 2007 and others.
To Do
GetM()
etc. with the OdeSystemInformation form e.g.GetVariable("M")
orGetParameter("M")
etc. See comment.GetM()
etc. are in the main Chaste trunk'sGoldbeter1991SrnModel
, not in the generated code.The text was updated successfully, but these errors were encountered: