From 43c1ba6d1a0d4290f6d586d9b5556799f692b8ac Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 18 Jun 2024 10:35:35 -0400 Subject: [PATCH] gamma_law_general -> gamma_law --- low_mass_convective_star/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/low_mass_convective_star/GNUmakefile b/low_mass_convective_star/GNUmakefile index e7e35a1..0b8bd2b 100644 --- a/low_mass_convective_star/GNUmakefile +++ b/low_mass_convective_star/GNUmakefile @@ -22,7 +22,7 @@ DEFINES += -DNPTS_MODEL=$(MAX_ZONES) EBASE := initialmodel # EOS and network -EOS_DIR := gamma_law_general +EOS_DIR := gamma_law NETWORK_DIR := general_null NETWORK_INPUTS := H_He.net