From 2e3122480391dd2d9cae9382fab837dbee3d0556 Mon Sep 17 00:00:00 2001 From: Mladen Ivkovic <mladen.ivkovic@hotmail.com> Date: Wed, 8 Nov 2023 16:02:41 +0000 Subject: [PATCH] typo in thermochemistry --- src/rt/GEAR/rt_thermochemistry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/GEAR/rt_thermochemistry.h b/src/rt/GEAR/rt_thermochemistry.h index 273a240e3d..40aafd2b91 100644 --- a/src/rt/GEAR/rt_thermochemistry.h +++ b/src/rt/GEAR/rt_thermochemistry.h @@ -100,7 +100,7 @@ __attribute__((always_inline)) INLINE static void rt_tchem_first_init_part( * @param phys_const The physical constants in internal units. * @param us The internal system of units. * @param dt The time-step of this particle. - * @depth recursion depth + * @param depth recursion depth */ INLINE static void rt_do_thermochemistry( struct part* restrict p, struct xpart* restrict xp, -- GitLab