Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jhp-lanl committed Aug 14, 2024
1 parent 7105cd1 commit 8e0977b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singularity-eos/eos/eos_gruneisen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ Gruneisen::MaxStableDensityAtTemperature(const Real temperature) const {
using PortsOfCall::printf;
printf("ERROR: The pressure is decreasing as density increases at the reference\n"
" density, %.15g, for temperature, %.15g. Check that the reference\n"
" temperature is set correctly. This is an unstable state." _rho0,
temp);
" temperature is set correctly. This is an unstable state.",
_rho0, temperature);
PORTABLE_ALWAYS_THROW_OR_ABORT("Input pressure is off EOS surface");
}

Expand Down

0 comments on commit 8e0977b

Please sign in to comment.