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

Removed references to NO_SPH

parent 67b26903
No related branches found
No related tags found
1 merge request!143Gravity particles
......@@ -68,9 +68,8 @@
/* SPH variant to use */
//#define MINIMAL_SPH
//#define GADGET2_SPH
#define GADGET2_SPH
//#define DEFAULT_SPH
#define NO_SPH
/* Gravity properties */
/* valid choices EXTERNAL_POTENTIAL_POINTMASS */
......
......@@ -34,8 +34,6 @@
#include "./hydro/Gadget2/hydro_debug.h"
#elif defined(DEFAULT_SPH)
#include "./hydro/Default/hydro_debug.h"
#elif defined(NO_SPH)
#include "./hydro/Gadget2/hydro_debug.h"
#else
#error "Invalid choice of SPH variant"
#endif
......
......@@ -34,10 +34,6 @@
#include "./hydro/Default/hydro_iact.h"
#include "./hydro/Default/hydro.h"
#define SPH_IMPLEMENTATION "Default version of SPH"
#elif defined(NO_SPH)
#include "./hydro/Gadget2/hydro_iact.h"
#include "./hydro/Gadget2/hydro.h"
#define SPH_IMPLEMENTATION "No SPH i.e. use Gadget2 framework for now..."
#else
#error "Invalid choice of SPH variant"
#endif
......
......@@ -28,8 +28,6 @@
#include "./hydro/Gadget2/hydro_io.h"
#elif defined(DEFAULT_SPH)
#include "./hydro/Default/hydro_io.h"
#elif defined(NO_SPH)
#include "./hydro/Gadget2/hydro_io.h"
#else
#error "Invalid choice of SPH variant"
#endif
......
......@@ -45,8 +45,6 @@
#include "./hydro/Gadget2/hydro_part.h"
#elif defined(DEFAULT_SPH)
#include "./hydro/Default/hydro_part.h"
#elif defined(NO_SPH)
#include "./hydro/Gadget2/hydro_part.h"
#else
#error "Invalid choice of SPH variant"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment