From 19d8695c8befbf6c0f9dd9c23c02b325c98788ea Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 1 Dec 2016 15:24:12 +0000 Subject: [PATCH] Corrected field description in Gadget-2 particle definition. --- src/hydro/Gadget2/hydro_part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydro/Gadget2/hydro_part.h b/src/hydro/Gadget2/hydro_part.h index 0c14da9574..4bbbf0aede 100644 --- a/src/hydro/Gadget2/hydro_part.h +++ b/src/hydro/Gadget2/hydro_part.h @@ -109,7 +109,7 @@ struct part { /*! "Grad h" term */ float f; - /* Pressure over density squared (including drho/dh term) */ + /* Pressure over density squared */ float P_over_rho2; /* Particle sound speed. */ -- GitLab