aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.H
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-30 11:40:55 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-30 11:40:55 -0700
commitcba96cce872c78a5960097490fc80d0ae14f6bd7 (patch)
tree585e526aae2d4e057f81def2aee350f4b83db20a /Source/Parallelization/GuardCellManager.H
parent0fe1905133033f128b235a14b04135c064800521 (diff)
downloadWarpX-cba96cce872c78a5960097490fc80d0ae14f6bd7.tar.gz
WarpX-cba96cce872c78a5960097490fc80d0ae14f6bd7.tar.zst
WarpX-cba96cce872c78a5960097490fc80d0ae14f6bd7.zip
no need to pass ng in ShiftMF
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r--Source/Parallelization/GuardCellManager.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H
index 706b5df79..e241eed75 100644
--- a/Source/Parallelization/GuardCellManager.H
+++ b/Source/Parallelization/GuardCellManager.H
@@ -30,8 +30,7 @@ public:
int ngF_int = 0;
// Guard cells to exchange data
- amrex::IntVect ngB_FieldSolver = amrex::IntVect::TheZeroVector();
- amrex::IntVect ngE_FieldSolver = amrex::IntVect::TheZeroVector();
+ amrex::IntVect ng_FieldSolver = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_FieldGather = amrex::IntVect::TheZeroVector();
amrex::IntVect ngJ_CurrentDepo = amrex::IntVect::TheZeroVector();
amrex::IntVect ng_MovingWindow = amrex::IntVect::TheZeroVector();