From 16a92652fcfdba43faf0fe96aad158343ac7010b Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Tue, 16 Aug 2016 00:01:22 +0100 Subject: [PATCH] Restore GADGET_SPH as the default for now. --- src/const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.h b/src/const.h index 27b2df8884..6710fe9e52 100644 --- a/src/const.h +++ b/src/const.h @@ -59,8 +59,8 @@ //#define WENDLAND_C6_KERNEL /* SPH variant to use */ -#define MINIMAL_SPH -//#define GADGET2_SPH +//#define MINIMAL_SPH +#define GADGET2_SPH //#define DEFAULT_SPH /* Self gravity stuff. */ -- GitLab