We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309ed13 commit 563ac27Copy full SHA for 563ac27
src/model/Parameter.h
@@ -92,7 +92,7 @@ class Parameter {
92
///< with the cardiac cycle
93
bool is_function; ///< Bool value indicating if the parameter is a function
94
std::string expression_string; ///< String with value function
95
- double* time_value = nullptr; ///< Time value passed into expression
+ double* time_value = nullptr; ///< Time value passed into expression
96
exprtk::symbol_table<double> symbol_table; ///< Symbol table to store time t
97
exprtk::expression<double>
98
expression; ///< exprtk object from input expression string
0 commit comments