aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-28 15:14:42 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-05-28 15:14:42 -0700
commit1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3 (patch)
tree7c13e8bb21157bc3d7559f95d33691e7bfb26f47 /Source/Particles/PhysicalParticleContainer.cpp
parent5da2c42c3f4fbe4d48547f28bdc86f310c664271 (diff)
parent24147a2d9977426c8c3461b9f6459e0834d3ce7a (diff)
downloadWarpX-1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3.tar.gz
WarpX-1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3.tar.zst
WarpX-1b75fb714c81ebf35254bb61f49b15fb9b8b6ed3.zip
Merge branch 'dev' into clean_godfrey
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 59e51c7ac..ab37bf6ff 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1024,9 +1024,6 @@ PhysicalParticleContainer::FieldGather (int lev,
{
const std::array<Real,3>& dx = WarpX::CellSize(lev);
- // WarpX assumes the same number of guard cells for Ex, Ey, Ez, Bx, By, Bz
- long ng = Ex.nGrow();
-
BL_ASSERT(OnSameGrids(lev,Ex));
MultiFab* cost = WarpX::getCosts(lev);