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

Made hydro_print message explicit about h_tolerance being relative not absolute.

parent 3196f542
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ void hydro_props_print(const struct hydro_props *p) {
message("Hydrodynamic kernel: %s with eta=%f (%.2f neighbours).", kernel_name,
p->eta_neighbours, p->target_neighbours);
message("Hydrodynamic tolerance in h: %.5f (+/- %.4f neighbours).",
message("Hydrodynamic relative tolerance in h: %.5f (+/- %.4f neighbours).",
p->h_tolerance, p->delta_neighbours);
message("Hydrodynamic integration: CFL parameter: %.4f.", p->CFL_condition);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment