Skip to content

Commit

Permalink
Adding error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rsachetto committed Oct 19, 2023
1 parent 224aee3 commit 72692e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ode_solver/ode_solver.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void set_ode_initial_conditions_for_all_volumes(struct ode_solver *solver, struc
}

if(solver->sv == NULL) {
log_error_and_exit("Error allocating memory for the ODE's state vector. Exiting!");
log_error_and_exit("Error allocating memory for the ODE's state vector. Exiting!\n");
}
}

Expand Down

0 comments on commit 72692e2

Please sign in to comment.