From ac20dbaf01250679962a836b886ee06aa0f7fa85 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 2 Aug 2017 10:57:35 +0100 Subject: [PATCH] Made hydro_print message explicit about h_tolerance being relative not absolute. --- src/hydro_properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydro_properties.c b/src/hydro_properties.c index 276d6d837b..1e7554f7d8 100644 --- a/src/hydro_properties.c +++ b/src/hydro_properties.c @@ -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); -- GitLab