Skip to content

Commit

Permalink
fix eos call
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 21, 2023
1 parent 11278fe commit e2111a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EOS/nse_helmholtz/actual_eos.H
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e2111a9

Please sign in to comment.