Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the new names for subch_simple and subch_base #3033

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading