Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Oct 14, 2024
1 parent 6deba20 commit 3c11d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pgen/pgen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ class PressResidual {

template <typename T>
KOKKOS_INLINE_FUNCTION Real energy_from_rho_P(T &eos, const Real rho, const Real P,
const Real emin, const Real emax,
const Real Ye = 0.0) {
const Real emin, const Real emax,
const Real Ye = 0.0) {
PARTHENON_REQUIRE(P >= 0, "Pressure is negative!");
PressResidual res(eos, rho, P, Ye);
root_find::RootFind root;
Expand Down

0 comments on commit 3c11d58

Please sign in to comment.