Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 23, 2024
1 parent e12e65b commit 479cbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/hydro/ppm.H
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 479cbe7

Please sign in to comment.