Skip to content

Commit

Permalink
Update missed instances of USE_CXX_MODEL_PARSER (#2589)
Browse files Browse the repository at this point in the history
These were added in PRs that were started before #2546, but were merged
after it.
  • Loading branch information
yut23 authored Sep 29, 2023
1 parent b4030be commit 7c5723e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Exec/science/flame_tube/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_layered/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ../../..
Expand Down

0 comments on commit 7c5723e

Please sign in to comment.