Skip to content

Commit 9243457

Browse files
committed
style: apply pre-commit fixes
1 parent 3d9eeed commit 9243457

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/problems/RadTube/testRadTube.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ auto problem_main() -> int
317317
double const x3GasMom = values.at(RadSystem<TubeProblem>::x3GasMomentum_index)[i];
318318

319319
static_assert(!Physics_Traits<TubeProblem>::is_mhd_enabled, "MHD is enabled; pass magnetic_energy instead of 0.0");
320-
double const Eint_exact = ::quokka::EOS<TubeProblem>::ComputeEintFromEgas(rho_exact, x1GasMom_exact, x2GasMom_exact, x3GasMom_exact, Egas_exact, 0.0);
320+
double const Eint_exact =
321+
::quokka::EOS<TubeProblem>::ComputeEintFromEgas(rho_exact, x1GasMom_exact, x2GasMom_exact, x3GasMom_exact, Egas_exact, 0.0);
321322
double const Tgas_exact = ::quokka::EOS<TubeProblem>::ComputeTgasFromEint(rho_exact, Eint_exact);
322323

323324
static_assert(!Physics_Traits<TubeProblem>::is_mhd_enabled, "MHD is enabled; pass magnetic_energy instead of 0.0");

0 commit comments

Comments
 (0)