From 479cbe768d70cd3c68b08157be5e6100a3b44cab Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 23 Oct 2024 19:55:19 -0400 Subject: [PATCH] fix indentation --- Source/hydro/ppm.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/hydro/ppm.H b/Source/hydro/ppm.H index fea87bc29e..53202100b8 100644 --- a/Source/hydro/ppm.H +++ b/Source/hydro/ppm.H @@ -258,11 +258,11 @@ ppm_int_profile(const amrex::Real sm, const amrex::Real sp, const amrex::Real sc const amrex::Real u, const amrex::Real c, const amrex::Real dtdx, amrex::Real* Ip, amrex::Real* Im) { - // Integrate the parabolic profile to the edge of the cell. + // Integrate the parabolic profile to the edge of the cell. - // compute x-component of Ip and Im + // compute x-component of Ip and Im - Real s6 = 6.0_rt * sc - 3.0_rt * (sm + sp); + Real s6 = 6.0_rt * sc - 3.0_rt * (sm + sp); // Ip/m is the integral under the parabola for the extent // that a wave can travel over a timestep