From 7c8e023600be20058a9eba78371b70b89bd33da0 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 4 Jun 2024 17:19:15 -0400 Subject: [PATCH] compile with shock variable support by default (#2864) this doesn't change how we burn, but makes it easier to disable burning in shocks if desired --- Exec/science/subchandra/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Exec/science/subchandra/GNUmakefile b/Exec/science/subchandra/GNUmakefile index c7fe376fd3..f667161d2f 100644 --- a/Exec/science/subchandra/GNUmakefile +++ b/Exec/science/subchandra/GNUmakefile @@ -13,6 +13,7 @@ USE_MPI = TRUE USE_GRAV = TRUE USE_REACT = TRUE +USE_SHOCK_VAR = TRUE USE_MODEL_PARSER = TRUE