From 4fc88926c320a29681a91680ca6cb5ea96068b82 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 5 Jul 2024 12:38:25 -0400 Subject: [PATCH] Remove references to gamma_law_general (#1602) --- EOS/gamma_law/actual_eos.H | 2 +- unit_test/test_eos/GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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