Skip to content

Commit

Permalink
Clang Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kharold23 committed Jul 31, 2024
1 parent 309ed13 commit 563ac27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Parameter.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Parameter {
///< with the cardiac cycle
bool is_function; ///< Bool value indicating if the parameter is a function
std::string expression_string; ///< String with value function
double* time_value = nullptr; ///< Time value passed into expression
double* time_value = nullptr; ///< Time value passed into expression
exprtk::symbol_table<double> symbol_table; ///< Symbol table to store time t
exprtk::expression<double>
expression; ///< exprtk object from input expression string
Expand Down

0 comments on commit 563ac27

Please sign in to comment.