diff options
author | 2019-11-25 11:16:01 -0700 | |
---|---|---|
committer | 2019-11-25 11:16:01 -0700 | |
commit | 25a614fe9e3bdbae8008b408976e65232286b1c5 (patch) | |
tree | d7da99c420d5a24ad9e45261e2c905e73dfe52d8 /Source/Particles/WarpXParticleContainer.cpp | |
parent | 5b8956e26ef9d05e6520efd3e5aa02e9ead4a3ca (diff) | |
download | WarpX-25a614fe9e3bdbae8008b408976e65232286b1c5.tar.gz WarpX-25a614fe9e3bdbae8008b408976e65232286b1c5.tar.zst WarpX-25a614fe9e3bdbae8008b408976e65232286b1c5.zip |
Change do_not_depoist to be species related.
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.cpp')
-rw-r--r-- | Source/Particles/WarpXParticleContainer.cpp | 1 |
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; } |