diff --git a/Source/main.cpp b/Source/main.cpp index c81622f..6da39e5 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -109,7 +109,7 @@ main(int argc, char* argv[]) #ifdef AMREX_USE_EB amrex::AmrLevel::SetEBSupportLevel(amrex::EBSupport::full); // need both area and volume fractions - amrex::AmrLevel::SetEBMaxGrowCells(CAMR::numGrow(), 7, 7); + amrex::AmrLevel::SetEBMaxGrowCells(CAMR::numGrow(), CAMR::numGrow(), CAMR::numGrow()); initialize_EB2(amrptr->Geom(amrptr->maxLevel()), amrptr->maxLevel(), amrptr->maxLevel(), 0.0); #endif