Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 10, 2023
1 parent 5b46860 commit 905f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOS/breakout/actual_eos.H
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void actual_eos (I input, T& state)
state.gam1 = gamma_const;

// sound speed
state.cs = sqrt(gamma_const * poverrho);
state.cs = std::sqrt(gamma_const * poverrho);

state.dpdr_e = poverrho;
state.dpde = (gamma_const - 1.0_rt) * state.rho;
Expand Down

0 comments on commit 905f6a6

Please sign in to comment.