From ce8b5ede21763a7d2dcd1942f92f5ec774eddc45 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Sun, 14 Feb 2016 14:32:44 +0000
Subject: [PATCH] Default is GADGET-2 SPH

---
 src/const.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/const.h b/src/const.h
index 4b62d92b74..3bd9edff82 100644
--- a/src/const.h
+++ b/src/const.h
@@ -66,8 +66,8 @@
 #define const_iepsilon6 (const_iepsilon3* const_iepsilon3)
 
 /* SPH variant to use */
-#define MINIMAL_SPH
-//#define GADGET2_SPH
+//#define MINIMAL_SPH
+#define GADGET2_SPH
 //#define DEFAULT_SPH
 
 /* System of units */
-- 
GitLab