Skip to content

Commit

Permalink
add some space
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Oct 7, 2024
1 parent fc38b7d commit f352634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/Castro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Castro::read_params ()
amrex::Abort("Theta must be within [0, Pi] for spherical coordinate system in 2D");
}

if ( dgeom.ProbLo(0) > static_cast<Real>(NUM_GROW)*dgeom.CellSize(0) )
if ( dgeom.ProbLo(0) > static_cast<Real>(NUM_GROW) * dgeom.CellSize(0) )
{
amrex::Abort("R-min must be large enough so ghost cells doesn't extend to negative R");
}
Expand Down

0 comments on commit f352634

Please sign in to comment.