Forcing disabled from autotest and from defaults.

It is not suitable function of the autotest tool. If there in really a
mandatory need to add it. I will need special help from Johannes.
This commit is contained in:
Miikka Vaisala
2019-07-02 18:46:04 +08:00
parent 4766441ffb
commit 334ff868d9
4 changed files with 13 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ extern "C" {
#define LMAGNETIC (1)
#define LENTROPY (1)
#define LTEMPERATURE (0)
#define LFORCING (1)
#define LFORCING (0)
#endif
// clang-format on