From 529d72fb53cce1d36d810f3082cca077a07b013d Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Tue, 28 Mar 2023 12:11:28 +0200 Subject: [PATCH] Fixed typo reported by the automated suite in the minimal hydro header --- src/hydro/Minimal/hydro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydro/Minimal/hydro.h b/src/hydro/Minimal/hydro.h index f50e764077..2a0b4ba2e0 100644 --- a/src/hydro/Minimal/hydro.h +++ b/src/hydro/Minimal/hydro.h @@ -362,7 +362,7 @@ hydro_set_physical_internal_energy(struct part *p, struct xpart *xp, __attribute__((always_inline)) INLINE static void hydro_set_drifted_physical_internal_energy( struct part *p, const struct cosmology *cosmo, - const struct pressure_floor_props *pressure_floor const float u) { + const struct pressure_floor_props *pressure_floor, const float u) { p->u = u / cosmo->a_factor_internal_energy; -- GitLab