aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-11-25 13:10:57 -0800
committerGravatar GitHub <noreply@github.com> 2019-11-25 13:10:57 -0800
commit5cdb4c6755855346991d9dec1d6f960a624f89c6 (patch)
treed7da99c420d5a24ad9e45261e2c905e73dfe52d8 /Source/Particles/WarpXParticleContainer.cpp
parent5b8956e26ef9d05e6520efd3e5aa02e9ead4a3ca (diff)
parent25a614fe9e3bdbae8008b408976e65232286b1c5 (diff)
downloadWarpX-5cdb4c6755855346991d9dec1d6f960a624f89c6.tar.gz
WarpX-5cdb4c6755855346991d9dec1d6f960a624f89c6.tar.zst
WarpX-5cdb4c6755855346991d9dec1d6f960a624f89c6.zip
Merge pull request #534 from Yin-YinjianZhao/doNotDepositCurrent
Change do_not_depoist to be species related.
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.cpp')
-rw-r--r--Source/Particles/WarpXParticleContainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/WarpXParticleContainer.cpp b/Source/Particles/WarpXParticleContainer.cpp
index c256df6aa..7b5bf16d1 100644
--- a/Source/Particles/WarpXParticleContainer.cpp
+++ b/Source/Particles/WarpXParticleContainer.cpp
@@ -122,7 +122,6 @@ WarpXParticleContainer::ReadParameters ()
#endif
pp.query("do_tiling", do_tiling);
pp.query("do_not_push", do_not_push);
- pp.query("do_not_deposit", do_not_deposit);
initialized = true;
}