aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-03-19 10:08:39 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-03-19 10:08:39 -0700
commit2e3c6010ea627fc7995308ea0fc56cac212d8dbb (patch)
treef4b4d89902bf571192e0813323c8f2f73d937199 /Source/Parallelization
parentf60be0d50e2513901f65b96a011d8efcc33ccbe0 (diff)
downloadWarpX-2e3c6010ea627fc7995308ea0fc56cac212d8dbb.tar.gz
WarpX-2e3c6010ea627fc7995308ea0fc56cac212d8dbb.tar.zst
WarpX-2e3c6010ea627fc7995308ea0fc56cac212d8dbb.zip
cleaning. still works for no pass, but not >=1 pass
Diffstat (limited to 'Source/Parallelization')
-rw-r--r--Source/Parallelization/WarpXComm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Parallelization/WarpXComm.cpp b/Source/Parallelization/WarpXComm.cpp
index 678ecc940..ff185eca8 100644
--- a/Source/Parallelization/WarpXComm.cpp
+++ b/Source/Parallelization/WarpXComm.cpp
@@ -380,7 +380,6 @@ WarpX::SyncCurrent ()
if (WarpX::use_filter) {
for (int lev = 0; lev <= finest_level; ++lev) {
IntVect ng = current_fp[lev][0]->nGrowVect();
- //ng += bilinear_filter.stencil_length_each_dir-1;
ng += 1;
for (int idim = 0; idim < 3; ++idim) {
Print()<<"idim "<<idim<<'\n';