aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2020-01-08 13:30:53 -0800
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2020-01-08 13:30:53 -0800
commit2d5d85d72f845713872fb190528a02da17b96f46 (patch)
tree9775b7ed5e50f3609a6cafb6d66d9d23eb09aa7d /Source/Parallelization/GuardCellManager.cpp
parentb2651026588db900ba9091f3af5a0d4664eb8fd4 (diff)
downloadWarpX-2d5d85d72f845713872fb190528a02da17b96f46.tar.gz
WarpX-2d5d85d72f845713872fb190528a02da17b96f46.tar.zst
WarpX-2d5d85d72f845713872fb190528a02da17b96f46.zip
delete EOL whitespace
Diffstat (limited to 'Source/Parallelization/GuardCellManager.cpp')
-rw-r--r--Source/Parallelization/GuardCellManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Parallelization/GuardCellManager.cpp b/Source/Parallelization/GuardCellManager.cpp
index 41d82a6e9..7f72553b6 100644
--- a/Source/Parallelization/GuardCellManager.cpp
+++ b/Source/Parallelization/GuardCellManager.cpp
@@ -132,7 +132,7 @@ guardCellManager::Init(
} else {
ng_FieldSolver = ng_FieldSolver.min(ng_alloc_EB);
-
+
// Compute number of cells required for Field Gather
int FGcell[4] = {0,1,1,2}; // Index is nox
IntVect ng_FieldGather_noNCI = IntVect(AMREX_D_DECL(FGcell[nox],FGcell[nox],FGcell[nox]));