From 123fc787056bc8805f3d895119a8a2933cb3fae1 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Tue, 18 Jun 2019 16:39:07 +0300 Subject: [PATCH] Disable forcing by default s.t. the autotests pass --- 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 d85843d..f5579c7 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 (1) +#define LFORCING (0) // Declare uniforms (i.e. device constants)