diff --git a/acc/mhd_solver/stencil_definition.sdh b/acc/mhd_solver/stencil_definition.sdh index 39a9e10..abc341c 100644 --- a/acc/mhd_solver/stencil_definition.sdh +++ b/acc/mhd_solver/stencil_definition.sdh @@ -1,11 +1,11 @@ #define LDENSITY (1) #define LHYDRO (1) -#define LMAGNETIC (0) -#define LENTROPY (0) +#define LMAGNETIC (1) +#define LENTROPY (1) #define LTEMPERATURE (0) -#define LFORCING (0) +#define LFORCING (1) #define LUPWD (1) -#define LSINK (1) +#define LSINK (0) #define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter diff --git a/src/standalone/renderer.cc b/src/standalone/renderer.cc index 11fd693..c99c1f4 100644 --- a/src/standalone/renderer.cc +++ b/src/standalone/renderer.cc @@ -42,8 +42,8 @@ #include "timer_hires.h" //NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call. -#define LFORCING (0) -#define LSINK (1) +#define LFORCING (1) +#define LSINK (0) // Window SDL_Renderer* renderer = NULL; diff --git a/src/standalone/simulation.cc b/src/standalone/simulation.cc index 15b294c..012829c 100644 --- a/src/standalone/simulation.cc +++ b/src/standalone/simulation.cc @@ -41,8 +41,8 @@ #include //NEED TO BE DEFINED HERE. IS NOT NOTICED BY compile_acc call. -#define LFORCING (0) -#define LSINK (1) +#define LFORCING (1) +#define LSINK (0) // Write all setting info into a separate ascii file. This is done to guarantee // that we have the data specifi information in the thing, even though in