From ffe9df1bb0938ba3c4dc798382191647c6298c66 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Wed, 26 Jun 2019 14:08:56 +0300 Subject: [PATCH] LFORCING was turned off in stencil_process and the autotests failed, re-enabled --- acc/mhd_solver/stencil_process.sps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acc/mhd_solver/stencil_process.sps b/acc/mhd_solver/stencil_process.sps index 40b28ed..a52f6ac 100644 --- a/acc/mhd_solver/stencil_process.sps +++ b/acc/mhd_solver/stencil_process.sps @@ -2,7 +2,7 @@ #define LENTROPY (1) #define LTEMPERATURE (0) #define LGRAVITY (0) -#define LFORCING (0) +#define LFORCING (1) #define LUPWD (0)