From 7c5723ed26668ec204d7595f82bda22c917c3405 Mon Sep 17 00:00:00 2001 From: "Eric T. Johnson" Date: Fri, 29 Sep 2023 14:29:12 -0400 Subject: [PATCH] Update missed instances of USE_CXX_MODEL_PARSER (#2589) These were added in PRs that were started before #2546, but were merged after it. --- Exec/science/flame_tube/GNUmakefile | 2 +- Exec/science/xrb_layered/GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Exec/science/flame_tube/GNUmakefile b/Exec/science/flame_tube/GNUmakefile index 04b79a26a3..31b1e45bae 100644 --- a/Exec/science/flame_tube/GNUmakefile +++ b/Exec/science/flame_tube/GNUmakefile @@ -19,7 +19,7 @@ USE_DIFFUSION = TRUE CASTRO_HOME := ../../.. USE_JACOBIAN_CACHING = TRUE -USE_CXX_MODEL_PARSER = TRUE +USE_MODEL_PARSER = TRUE NUM_MODELS := 2 # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos diff --git a/Exec/science/xrb_layered/GNUmakefile b/Exec/science/xrb_layered/GNUmakefile index f029cb400a..e5d7fada82 100644 --- a/Exec/science/xrb_layered/GNUmakefile +++ b/Exec/science/xrb_layered/GNUmakefile @@ -11,7 +11,7 @@ USE_OMP = FALSE USE_GRAV = TRUE USE_REACT = TRUE -USE_CXX_MODEL_PARSER = TRUE +USE_MODEL_PARSER = TRUE USE_RNG_STATE_INIT = TRUE CASTRO_HOME = ../../..