From 297b788ce77e719a0a5ef92989c405acc09fb795 Mon Sep 17 00:00:00 2001 From: Miikka Vaisala Date: Mon, 16 Sep 2019 12:33:56 +0800 Subject: [PATCH] Small corrections to keep the defaults in place. --- src/standalone/model/model_rk3.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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