Skip to content

Commit

Permalink
Whitespace edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ejyoo921 committed Aug 29, 2024
1 parent df35481 commit bb08807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Src/EB/AMReX_EB2_Level.H
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ protected:

private:
template <typename G> friend class GShopLevel;

// Need this function to work around a gcc bug.
void setRegularLevel () {
m_allregular = true;
Expand Down Expand Up @@ -497,7 +496,6 @@ GShopLevel<G>::define_fine (G const& gshop, const Geometry& geom,
}

ParallelAllReduce::Sum<int>({nsmallcells,nmulticuts}, ParallelContext::CommunicatorSub());

if (plt_multiple_cuts && nmulticuts > 0)
{
amrex::Print() << "Total number of multicuts = " << nmulticuts << "\n";
Expand Down

0 comments on commit bb08807

Please sign in to comment.