aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.H
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-27 16:59:48 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-27 16:59:48 -0700
commite63229421c47538283375f1601d2d38bb25246b9 (patch)
tree89f955994226ad35fbe1cf6e919ce984f2afa83f /Source/Parallelization/GuardCellManager.H
parent7d5d704359d94761362bce077d536f8f9985b4c8 (diff)
downloadWarpX-e63229421c47538283375f1601d2d38bb25246b9.tar.gz
WarpX-e63229421c47538283375f1601d2d38bb25246b9.tar.zst
WarpX-e63229421c47538283375f1601d2d38bb25246b9.zip
FillBoundaryE/B/F take mandatory argument nguard
Diffstat (limited to 'Source/Parallelization/GuardCellManager.H')
-rw-r--r--Source/Parallelization/GuardCellManager.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H
index c1ba48b9b..4b85a4332 100644
--- a/Source/Parallelization/GuardCellManager.H
+++ b/Source/Parallelization/GuardCellManager.H
@@ -26,7 +26,8 @@ public:
amrex::IntVect ngE;
amrex::IntVect ngJ;
amrex::IntVect ngRho;
- int ngF;
+ amrex::IntVect ngF;
+ int ngF_int;
// Guard cells to exchange data
amrex::IntVect ngB_FieldSolver;