From d9b07a59b5d17e63c1b81a11c6dc8b80ce04ff63 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Mon, 1 Jul 2019 19:01:33 +0300 Subject: [PATCH] Tested with hydro, hydro + magnetic, hydro + magnetic + entropy and hydro + magnetic + entropy + forcing. Autotests passed in all cases. --- acc/mhd_solver/stencil_defines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acc/mhd_solver/stencil_defines.h b/acc/mhd_solver/stencil_defines.h index 880b5f9..2c8df97 100644 --- a/acc/mhd_solver/stencil_defines.h +++ b/acc/mhd_solver/stencil_defines.h @@ -2,8 +2,8 @@ #define NGHOST (STENCIL_ORDER / 2) #define LDENSITY (1) #define LHYDRO (1) -#define LMAGNETIC (0) -#define LENTROPY (0) +#define LMAGNETIC (1) +#define LENTROPY (1) #define LTEMPERATURE (0) -#define LFORCING (0) +#define LFORCING (1) #define LUPWD (0)