Skip to content
Snippets Groups Projects
Commit 8fad204e authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Corrected typo in isothermal EoS

parent 88e31e2f
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ gas_pressure_from_internal_energy(float density, float u) {
*/
__attribute__((always_inline)) INLINE static float
gas_internal_energy_from_pressure(float density, float pressure) {
return const_isothermal_energy;
return const_isothermal_internal_energy;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment