Skip to content

Commit

Permalink
Colon switched for semi-colon #126
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrios915 committed Sep 26, 2024
1 parent 71b638c commit 77a2d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve/SimulationParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
struct SimulationParameters {
// Negative value indicates this has not
// been read from config file yet.
double sim_time_step_size{0.0}: ///< Simulation time step size
double sim_time_step_size{0.0}; ///< Simulation time step size
double sim_abs_tol{0.0}; ///< Absolute tolerance for simulation
double sim_cardiac_period{0.0}; ///< Cardiac period

Expand Down

0 comments on commit 77a2d07

Please sign in to comment.