Skip to content
Snippets Groups Projects
Commit a1ff7d34 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Formatting

parent 42801392
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#include "space.h" #include "space.h"
#include "units.h" #include "units.h"
/* Maximum number of iterations for newton /* Maximum number of iterations for newton
* and bisection integration schemes */ * and bisection integration schemes */
static const int newton_max_iterations = 15; static const int newton_max_iterations = 15;
...@@ -560,8 +559,8 @@ void cooling_cool_part(const struct phys_const *phys_const, ...@@ -560,8 +559,8 @@ void cooling_cool_part(const struct phys_const *phys_const,
Helium_reion_heat_cgs / (dt_cgs * ratefact_cgs); Helium_reion_heat_cgs / (dt_cgs * ratefact_cgs);
/* Let's compute the internal energy at the end of the step */ /* Let's compute the internal energy at the end of the step */
/* Initialise to the initial energy to appease compiler; this will never not be /* Initialise to the initial energy to appease compiler; this will never not
overwritten. */ be overwritten. */
double u_final_cgs = u_0_cgs; double u_final_cgs = u_0_cgs;
/* First try an explicit integration (note we ignore the derivative) */ /* First try an explicit integration (note we ignore the derivative) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment