Skip to content

Commit 267e419

Browse files
committed
Clang Formatting
1 parent 12ebb96 commit 267e419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/Parameter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Parameter {
9292
///< with the cardiac cycle
9393
bool is_function; ///< Bool value indicating if the parameter is a function
9494
std::string expression_string; ///< String with value function
95-
double* time_value = nullptr; ///< Time value passed into expression
95+
double* time_value = nullptr; ///< Time value passed into expression
9696
exprtk::symbol_table<double> symbol_table; ///< Symbol table to store time t
9797
exprtk::expression<double>
9898
expression; ///< exprtk object from input expression string

0 commit comments

Comments
 (0)