From ffb02e38445b2e70a52ed87cd163a2e1a13a0203 Mon Sep 17 00:00:00 2001
From: lhausamm <loic_hausammann@hotmail.com>
Date: Fri, 3 Nov 2017 17:02:54 +0100
Subject: [PATCH] Correct a bad copy/paste

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

diff --git a/src/engine.c b/src/engine.c
index 88a86a74e9..cd30b7ab1b 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -4617,7 +4617,7 @@ void engine_init(struct engine *e, struct space *s,
   if (e->policy & engine_policy_hydro)
     if (e->nodeID == 0) hydro_props_print(e->hydro_properties);
 
-  /* Print information about the hydro scheme */
+  /* Print information about the gravity scheme */
   if (e->policy & engine_policy_self_gravity)
     if (e->nodeID == 0) gravity_props_print(e->gravity_properties);
 
-- 
GitLab