From a9b488bff6d2f61b06acb1e3a286d07bfd99a0fb Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 3 Jun 2016 16:14:45 +0100 Subject: [PATCH] Cleaned-up the const.h file --- src/const.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/const.h b/src/const.h index c004e4e2e6..f7cf611336 100644 --- a/src/const.h +++ b/src/const.h @@ -39,10 +39,6 @@ /* Time integration constants. */ #define const_max_u_change 0.1f -/* Gravity stuff. */ -#define multipole_order 2 -#define const_gravity_eta 0.025f - /* Kernel function to use */ #define CUBIC_SPLINE_KERNEL //#define QUARTIC_SPLINE_KERNEL @@ -56,7 +52,11 @@ #define GADGET2_SPH //#define DEFAULT_SPH -/* Gravity properties */ +/* Self gravity stuff. */ +#define multipole_order 2 +#define const_gravity_eta 0.025f + +/* External gravity properties */ #define EXTERNAL_POTENTIAL_POINTMASS //#define SANITY_CHECKS -- GitLab