Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
jhp-lanl committed May 14, 2024
1 parent e30a855 commit 98541a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singularity-eos/eos/eos_davis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ class DavisProducts : public EosBase<DavisProducts> {
}
};

PORTABLE_FORCEINLINE_FUNCTION Real DavisReactants::DimlessEdiff(const Real rho, const Real sie) const {
PORTABLE_FORCEINLINE_FUNCTION Real DavisReactants::DimlessEdiff(const Real rho,
const Real sie) const {
return (1.0 + _alpha) / (Ts(rho) * _Cv0) * (sie - es) + 1.0}

PORTABLE_INLINE_FUNCTION Real DavisReactants::Ps(const Real rho) const {
Expand Down

0 comments on commit 98541a7

Please sign in to comment.