![]() |
User Guide
|
Information about integration method. More...
Information about integration method.
Definition at line 121 of file token_mapping.cpp.
Public Member Functions | |
| MethodInfo ()=default | |
| MethodInfo (int64_t s, int v) | |
Public Attributes | |
| int64_t | subtype = 0 |
| block types where this method will work with More... | |
| int | variable_timestep = 0 |
| true if it is a variable timestep method More... | |
|
default |
|
inline |
Definition at line 130 of file token_mapping.cpp.
| int64_t nmodl::details::MethodInfo::subtype = 0 |
block types where this method will work with
Definition at line 123 of file token_mapping.cpp.
| int nmodl::details::MethodInfo::variable_timestep = 0 |
true if it is a variable timestep method
Definition at line 126 of file token_mapping.cpp.