Skip to content

Commit

Permalink
change from 7 to CAMR::numGrow() (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Sep 18, 2023
1 parent 4149053 commit 47bad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47bad60

Please sign in to comment.