From 47bad604f27b58c1a5837b613f8c3c0a76f3bfff Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Mon, 18 Sep 2023 08:20:27 -0700 Subject: [PATCH] change from 7 to CAMR::numGrow() (#63) --- Source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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