From bb08807cb65c6808a04fbbf54a0e1541bd7ebf27 Mon Sep 17 00:00:00 2001 From: Yoo Date: Thu, 29 Aug 2024 10:53:17 -0600 Subject: [PATCH] Whitespace edit --- Src/EB/AMReX_EB2_Level.H | 2 -- 1 file changed, 2 deletions(-) diff --git a/Src/EB/AMReX_EB2_Level.H b/Src/EB/AMReX_EB2_Level.H index b96662f6987..9346a6448a2 100644 --- a/Src/EB/AMReX_EB2_Level.H +++ b/Src/EB/AMReX_EB2_Level.H @@ -106,7 +106,6 @@ protected: private: template friend class GShopLevel; - // Need this function to work around a gcc bug. void setRegularLevel () { m_allregular = true; @@ -497,7 +496,6 @@ GShopLevel::define_fine (G const& gshop, const Geometry& geom, } ParallelAllReduce::Sum({nsmallcells,nmulticuts}, ParallelContext::CommunicatorSub()); - if (plt_multiple_cuts && nmulticuts > 0) { amrex::Print() << "Total number of multicuts = " << nmulticuts << "\n";