Skip to content
Snippets Groups Projects
Commit 1e2c339e authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correct error message in the hydro props initialisation.

parent 81b09847
No related branches found
No related tags found
1 merge request!787Eagle stellar evolution matthieu
...@@ -136,7 +136,7 @@ void hydro_props_init(struct hydro_props *p, ...@@ -136,7 +136,7 @@ void hydro_props_init(struct hydro_props *p,
params, "SPH:initial_temperature", hydro_props_default_init_temp); params, "SPH:initial_temperature", hydro_props_default_init_temp);
if (p->initial_temperature < 0.f) if (p->initial_temperature < 0.f)
error("ERROR: Minimal temperature set to a negative value!!!"); error("ERROR: Initial temperature set to a negative value!!!");
/* Minimal temperature */ /* Minimal temperature */
p->minimal_temperature = parser_get_opt_param_float( p->minimal_temperature = parser_get_opt_param_float(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment