aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.H
diff options
context:
space:
mode:
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;