Skip to content

Commit

Permalink
use the new names for subch_simple and subch_base (#3033)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Feb 14, 2025
1 parent 24113bd commit 82feac2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Exec/science/Detonation/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EOS_DIR := helmholtz

# This sets the network directory in $(MICROPHYSICS_HOME)/networks
ifeq ($(USE_NSE_NET), TRUE)
NETWORK_DIR := subch_base
NETWORK_DIR := he-burn/he-burn-18a
SCREEN_METHOD := chabrier1998
else
NETWORK_DIR := aprox19
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subch_planar/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CASTRO_HOME ?= ../../..
EOS_DIR := helmholtz

# This sets the network directory in $(MICROPHYSICS_HOME)/networks
NETWORK_DIR := subch_simple
NETWORK_DIR := he-burn/he-burn-22a

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USE_SIMPLIFIED_SDC=TRUE
EOS_DIR := helmholtz

# This sets the network directory in $(MICROPHYSICS_HOME)/networks
NETWORK_DIR := subch_simple
NETWORK_DIR := he-burn/he-burn-22a

INTEGRATOR_DIR := VODE

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/GNUmakefile.nse_net
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USE_MODEL_PARSER = TRUE
EOS_DIR := helmholtz

# This sets the network directory in $(MICROPHYSICS_HOME)/networks
NETWORK_DIR := subch_base
NETWORK_DIR := he-burn/he-burn-18a
SCREEN_METHOD = chabrier1998

INTEGRATOR_DIR := VODE
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NUM_MODELS := 2
EOS_DIR := helmholtz

# This sets the network directory in $(MICROPHYSICS_HOME)/networks
NETWORK_DIR := subch_base
NETWORK_DIR := he-burn/he-burn-18a

INTEGRATOR_DIR := VODE

Expand Down
2 changes: 1 addition & 1 deletion Util/model_parser/test/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NUM_MODELS := 2
EOS_DIR := helmholtz

# This sets the network directory in Castro/Networks
NETWORK_DIR := subch_simple
NETWORK_DIR := he-burn/he-burn-22a

EXTERN_SEARCH += .

Expand Down

0 comments on commit 82feac2

Please sign in to comment.