aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Parallelization/GuardCellManager.cpp')
-rw-r--r--Source/Parallelization/GuardCellManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Parallelization/GuardCellManager.cpp b/Source/Parallelization/GuardCellManager.cpp
index 54e5444af..c790c3472 100644
--- a/Source/Parallelization/GuardCellManager.cpp
+++ b/Source/Parallelization/GuardCellManager.cpp
@@ -118,6 +118,7 @@ guardCellManager::Init(
ngF_int = ng_required;
}
}
+ ngF = IntVect(AMREX_D_DECL(ngF_int, ngF_int, ngF_int));
#endif
ngExtra = IntVect(static_cast<int>(aux_is_nodal and !do_nodal));