From cd4bcab794c5781a35414cc4e40da31d0c0451f7 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Sun, 21 Jan 2018 22:26:26 +0100
Subject: [PATCH] Fixed (weird) typo in the debugging checks of the first
 initialisation of gparts.

---
 src/space.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/space.c b/src/space.c
index f2ac5331b3..b2f9240b72 100644
--- a/src/space.c
+++ b/src/space.c
@@ -2682,7 +2682,7 @@ void space_first_init_gparts(struct space *s,
 
 #ifdef SWIFT_DEBUG_CHECKS
     gp[i].ti_drift = 0;
-    gp[i] ti_kick = 0;
+    gp[i].ti_kick = 0;
 #endif
   }
 }
-- 
GitLab