Skip to content

Commit

Permalink
Fixes second clang error #126
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrios915 committed Sep 26, 2024
1 parent 02bb791 commit 71b638c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solve/SimulationParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
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
double sim_cardiac_period{0.0}; ///< Cardiac period

int sim_num_cycles{0}; ///< Number of cardiac cycles to simulate
int sim_pts_per_cycle{0}; ///< Number of time steps per cardiac cycle
Expand Down

0 comments on commit 71b638c

Please sign in to comment.