Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Jan 23, 2024
1 parent eb3cbfd commit ef286b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/boundary_conditions/incflo_set_bcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ incflo::make_mixedBC_mask(int lev,
}

if (!has_mixedBC) { return; }


// MLNodeLap does not require any ghost cells...

// MLNodeLap does not require any ghost cells...
std::unique_ptr<iMultiFab> new_mask(new iMultiFab(amrex::convert(ba,IntVect::TheNodeVector()),
dm, 1, 0));
*new_mask = 1;
Expand Down
8 changes: 4 additions & 4 deletions src/projection/incflo_apply_nodal_projection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ void incflo::ApplyNodalProjection (Vector<MultiFab const*> density,

if(m_mixedBC_mask[0])
{
for(int lev = 0; lev <= finest_level; ++lev)
{
nodal_projector->getLinOp().setOversetMask(lev, *m_mixedBC_mask[lev]);
}
for(int lev = 0; lev <= finest_level; ++lev)
{
nodal_projector->getLinOp().setOversetMask(lev, *m_mixedBC_mask[lev]);
}
}

#endif
Expand Down

0 comments on commit ef286b6

Please sign in to comment.