diff --git a/EOS/nse_helmholtz/actual_eos.H b/EOS/nse_helmholtz/actual_eos.H index f4faa15177..882baa860a 100644 --- a/EOS/nse_helmholtz/actual_eos.H +++ b/EOS/nse_helmholtz/actual_eos.H @@ -33,6 +33,9 @@ void actual_eos (I input, T& state) } + // this just solved for T / Abar, now get the rest of the state + core_eos_interface(eos_input_rt, state); + } else { core_eos_interface(input, state); }