diff --git a/EOS/gamma_law/actual_eos.H b/EOS/gamma_law/actual_eos.H index f7a56ee622..41eba41423 100644 --- a/EOS/gamma_law/actual_eos.H +++ b/EOS/gamma_law/actual_eos.H @@ -16,7 +16,7 @@ using namespace eos_rp; // expression for entropy is only valid for an ideal MONATOMIC gas // (gamma = 5/3). -const std::string eos_name = "gamma_law_general"; +const std::string eos_name = "gamma_law"; inline void actual_eos_init() { diff --git a/unit_test/test_eos/GNUmakefile b/unit_test/test_eos/GNUmakefile index aedcb07d61..598f964e11 100644 --- a/unit_test/test_eos/GNUmakefile +++ b/unit_test/test_eos/GNUmakefile @@ -20,7 +20,7 @@ BL_NO_FORT=TRUE MICROPHYSICS_HOME := ../.. # This sets the EOS directory -EOS_DIR := gamma_law_general +EOS_DIR := gamma_law # This sets the network directory NETWORK_DIR := aprox19