Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Sep 16, 2024
1 parent 76c4e33 commit 6961a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Parallelization/GuardCellManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ guardCellManager::Init (
// when increasing the shape order by one, the support of the shape
// factor grows symmetrically by half a cell on each side. So every
// +2 orders, one touches one more cell point.
IntVect ng_FieldGather_noNCI = IntVect(AMREX_D_DECL(FGcell[nox],FGcell[nox],FGcell[nox]));
auto ng_FieldGather_noNCI = amrex::IntVect(AMREX_D_DECL(FGcell[nox], FGcell[nox], FGcell[nox]));
ng_FieldGather_noNCI = ng_FieldGather_noNCI.min(ng_alloc_EB);

// If NCI filter, add guard cells in the z direction
Expand Down

0 comments on commit 6961a1e

Please sign in to comment.