Skip to content

Commit

Permalink
Remove references to gamma_law_general (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz authored Jul 5, 2024
1 parent 0a96241 commit 4fc8892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EOS/gamma_law/actual_eos.H
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion unit_test/test_eos/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fc8892

Please sign in to comment.