Reverted the default settings to what they were before merge. Note: LFORCING (1) is potentially not tested properly, TODO recheck.

This commit is contained in:
jpekkila
2020-06-24 15:35:19 +03:00
parent 88f99c12e4
commit 3c3b2a1885
4 changed files with 9 additions and 9 deletions

View File

@@ -38,8 +38,8 @@
#define LMAGNETIC (1)
#define LENTROPY (1)
#define LTEMPERATURE (0)
#define LFORCING (0)
#define LUPWD (0)
#define LFORCING (1)
#define LUPWD (1)
#define AC_THERMAL_CONDUCTIVITY ((Scalar)(0.001)) // TODO: make an actual config parameter
typedef AcReal Scalar;