Small corrections to keep the defaults in place.

This commit is contained in:
Miikka Vaisala
2019-09-16 12:33:56 +08:00
parent 4d7cb0184c
commit 297b788ce7

View File

@@ -34,10 +34,10 @@
// Standalone flags // Standalone flags
#define LDENSITY (1) #define LDENSITY (1)
#define LHYDRO (1) #define LHYDRO (1)
#define LMAGNETIC (0) #define LMAGNETIC (1)
#define LENTROPY (0) #define LENTROPY (1)
#define LTEMPERATURE (0) #define LTEMPERATURE (0)
#define LFORCING (0) #define LFORCING (1)
#define LUPWD (1) #define LUPWD (1)
#define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter #define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter