diff --git a/src/standalone/model/model_rk3.cc b/src/standalone/model/model_rk3.cc index 0680daa..5fab4b4 100644 --- a/src/standalone/model/model_rk3.cc +++ b/src/standalone/model/model_rk3.cc @@ -34,10 +34,10 @@ // Standalone flags #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 AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter