From 08da5dde4d53c742269f1c9f70162f30c778964b Mon Sep 17 00:00:00 2001 From: Jeffrey H Peterson Date: Fri, 10 May 2024 21:33:53 -0600 Subject: [PATCH] Clang format --- singularity-eos/eos/eos_davis.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singularity-eos/eos/eos_davis.hpp b/singularity-eos/eos/eos_davis.hpp index 993d8d5b5b..6d3d413211 100644 --- a/singularity-eos/eos/eos_davis.hpp +++ b/singularity-eos/eos/eos_davis.hpp @@ -314,7 +314,7 @@ class DavisProducts : public EosBase { const Real ec = _pc * _vc / (_k - 1.0 + _a); // const Real de = ecj-(Es(rho0)-_E0); return ec * std::pow(0.5 * (std::pow(vvc, _n) + std::pow(vvc, -_n)), _a / _n) / - std::pow(vvc, _k - 1.0 + _a); + std::pow(vvc, _k - 1.0 + _a); } PORTABLE_INLINE_FUNCTION Real Ts(const Real rho) const { const Real vvc = 1 / (rho * _vc);