From 104b8c1f9fb8f6b5a5bf50cb711d4fa0a52998db Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 12 Feb 2016 17:06:01 +0000 Subject: [PATCH] Now really everywhere --- src/hydro/Default/hydro.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hydro/Default/hydro.h b/src/hydro/Default/hydro.h index 3215390e83..1a04261cc7 100644 --- a/src/hydro/Default/hydro.h +++ b/src/hydro/Default/hydro.h @@ -152,9 +152,9 @@ __attribute__((always_inline)) INLINE static void hydro_reset_acceleration(struct part* p) { /* Reset the acceleration. */ - p->a[0] = 0.0f; - p->a[1] = 0.0f; - p->a[2] = 0.0f; + p->a_hydro[0] = 0.0f; + p->a_hydro[1] = 0.0f; + p->a_hydro[2] = 0.0f; /* Reset the time derivatives. */ p->force.u_dt = 0.0f; -- GitLab