From 4cc8a336066ce13db470d7fe994ad4d6a69481cb Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 3 Sep 2024 12:55:41 -0400 Subject: [PATCH] fix compilation of gresho vortex (#2951) --- Exec/hydro_tests/gresho_vortex/problem_initialize_state_data.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exec/hydro_tests/gresho_vortex/problem_initialize_state_data.H b/Exec/hydro_tests/gresho_vortex/problem_initialize_state_data.H index adc5a4c050..f87fb240af 100644 --- a/Exec/hydro_tests/gresho_vortex/problem_initialize_state_data.H +++ b/Exec/hydro_tests/gresho_vortex/problem_initialize_state_data.H @@ -73,7 +73,7 @@ void problem_initialize_state_data (int i, int j, int k, } u_tot += u_phi; - reint += p/(gamma_const - 1.0_rt); + reint += p/(eos_rp::eos_gamma - 1.0_rt); } } }