diff --git a/Exec/gravity_tests/DustCollapse/GNUmakefile b/Exec/gravity_tests/DustCollapse/GNUmakefile index 49d24e72b2..37f6d9f41e 100644 --- a/Exec/gravity_tests/DustCollapse/GNUmakefile +++ b/Exec/gravity_tests/DustCollapse/GNUmakefile @@ -22,7 +22,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the EOS directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/Networks NETWORK_DIR := general_null NETWORK_INPUTS = ignition.net diff --git a/Exec/gravity_tests/hse_convergence/GNUmakefile b/Exec/gravity_tests/hse_convergence/GNUmakefile index 9446d3515f..b287bbcd0c 100644 --- a/Exec/gravity_tests/hse_convergence/GNUmakefile +++ b/Exec/gravity_tests/hse_convergence/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS := triple_alpha_plus_o.net diff --git a/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile b/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile index 5aae57ec32..7ff36ec4f4 100644 --- a/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile +++ b/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = ignition.net diff --git a/Exec/hydro_tests/Sod_stellar/GNUmakefile b/Exec/hydro_tests/Sod_stellar/GNUmakefile index 931ad472f3..118f0dd1cf 100644 --- a/Exec/hydro_tests/Sod_stellar/GNUmakefile +++ b/Exec/hydro_tests/Sod_stellar/GNUmakefile @@ -21,7 +21,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = ignition.net diff --git a/Exec/hydro_tests/rotating_torus/GNUmakefile b/Exec/hydro_tests/rotating_torus/GNUmakefile index 616e4e3246..fbb6abb7d2 100644 --- a/Exec/hydro_tests/rotating_torus/GNUmakefile +++ b/Exec/hydro_tests/rotating_torus/GNUmakefile @@ -20,7 +20,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := polytrope -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = ignition.net diff --git a/Exec/hydro_tests/test_convect/GNUmakefile b/Exec/hydro_tests/test_convect/GNUmakefile index 2ff0e7a694..8eb85c4a38 100644 --- a/Exec/hydro_tests/test_convect/GNUmakefile +++ b/Exec/hydro_tests/test_convect/GNUmakefile @@ -18,7 +18,7 @@ USE_MODEL_PARSER = TRUE # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = ignition.net diff --git a/Exec/hydro_tests/toy_convect/GNUmakefile b/Exec/hydro_tests/toy_convect/GNUmakefile index 6da3ad36c5..6f5a7144fe 100644 --- a/Exec/hydro_tests/toy_convect/GNUmakefile +++ b/Exec/hydro_tests/toy_convect/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = hotcno.net diff --git a/Exec/reacting_tests/bubble_convergence/GNUmakefile b/Exec/reacting_tests/bubble_convergence/GNUmakefile index 1e11c45e98..eded035663 100644 --- a/Exec/reacting_tests/bubble_convergence/GNUmakefile +++ b/Exec/reacting_tests/bubble_convergence/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := triple_alpha_plus_cago PROBLEM_DIR ?= ./ diff --git a/Exec/reacting_tests/nse_test/GNUmakefile b/Exec/reacting_tests/nse_test/GNUmakefile index 9d232868f2..8e52fca3d4 100644 --- a/Exec/reacting_tests/nse_test/GNUmakefile +++ b/Exec/reacting_tests/nse_test/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := aprox19 USE_NSE_TABLE := TRUE diff --git a/Exec/reacting_tests/reacting_bubble/GNUmakefile b/Exec/reacting_tests/reacting_bubble/GNUmakefile index 681c308aad..17cc5786bb 100644 --- a/Exec/reacting_tests/reacting_bubble/GNUmakefile +++ b/Exec/reacting_tests/reacting_bubble/GNUmakefile @@ -17,7 +17,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := ignition_simple PROBLEM_DIR ?= ./ diff --git a/Exec/science/Detonation/GNUmakefile b/Exec/science/Detonation/GNUmakefile index 2783b93351..9cfb52c4d2 100644 --- a/Exec/science/Detonation/GNUmakefile +++ b/Exec/science/Detonation/GNUmakefile @@ -16,7 +16,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks ifeq ($(USE_NSE_NET), TRUE) NETWORK_DIR := subch_base SCREEN_METHOD := chabrier1998 diff --git a/Exec/science/Detonation/GNUmakefile.nse b/Exec/science/Detonation/GNUmakefile.nse index 9d850c9d52..89d5e99258 100644 --- a/Exec/science/Detonation/GNUmakefile.nse +++ b/Exec/science/Detonation/GNUmakefile.nse @@ -17,7 +17,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := aprox19 USE_NSE_TABLE = TRUE diff --git a/Exec/science/nova/GNUmakefile b/Exec/science/nova/GNUmakefile index 0f4d4109d3..d257d0345a 100644 --- a/Exec/science/nova/GNUmakefile +++ b/Exec/science/nova/GNUmakefile @@ -21,7 +21,7 @@ MAX_NPTS_MODEL = 20000 # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := nova2 # Thi sets the conductivity EOS directory in $(MICROPHYSICS_HOME)/conductivity diff --git a/Exec/science/xrb_layered/GNUmakefile b/Exec/science/xrb_layered/GNUmakefile index 0a1f5cd12f..c4e905e107 100644 --- a/Exec/science/xrb_layered/GNUmakefile +++ b/Exec/science/xrb_layered/GNUmakefile @@ -19,7 +19,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := CNO_extras PROBLEM_DIR ?= ./ diff --git a/Exec/science/xrb_mixed/GNUmakefile b/Exec/science/xrb_mixed/GNUmakefile index c3f8bc639a..acb719237e 100644 --- a/Exec/science/xrb_mixed/GNUmakefile +++ b/Exec/science/xrb_mixed/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/eos EOS_DIR := helmholtz -# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := rprox PROBLEM_DIR ?= ./