Skip to content

Commit

Permalink
Update Src/Base/AMReX_PhysBCFunct.H
Browse files Browse the repository at this point in the history
Co-authored-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
  • Loading branch information
cgilet and WeiqunZhang authored May 13, 2024
1 parent 018d717 commit 06e3353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_PhysBCFunct.H
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public:

BL_PROFILE("PhysBCFunct::()");

AMREX_ASSERT(nghost <= mf.nGrowVect());
AMREX_ASSERT(nghost.allLE(mf.nGrowVect()));

//! create a grown domain box containing valid + periodic cells
const Box& domain = m_geom.Domain();
Expand Down

0 comments on commit 06e3353

Please sign in to comment.