Skip to content
Snippets Groups Projects
Commit a9b488bf authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Cleaned-up the const.h file

parent f4d59002
No related branches found
No related tags found
2 merge requests!212Gravity infrastructure,!172[WIP] Self gravity (Barnes-Hut version)
...@@ -39,10 +39,6 @@ ...@@ -39,10 +39,6 @@
/* Time integration constants. */ /* Time integration constants. */
#define const_max_u_change 0.1f #define const_max_u_change 0.1f
/* Gravity stuff. */
#define multipole_order 2
#define const_gravity_eta 0.025f
/* Kernel function to use */ /* Kernel function to use */
#define CUBIC_SPLINE_KERNEL #define CUBIC_SPLINE_KERNEL
//#define QUARTIC_SPLINE_KERNEL //#define QUARTIC_SPLINE_KERNEL
...@@ -56,7 +52,11 @@ ...@@ -56,7 +52,11 @@
#define GADGET2_SPH #define GADGET2_SPH
//#define DEFAULT_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 EXTERNAL_POTENTIAL_POINTMASS
//#define SANITY_CHECKS //#define SANITY_CHECKS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment