diff options
author | 2019-09-13 10:40:50 -0700 | |
---|---|---|
committer | 2019-09-13 10:40:50 -0700 | |
commit | 1e0126346ff5cc46e01e8bb006a1677b71776afb (patch) | |
tree | b5d701f40cbb7598279bd5ccfb243bf084a86a84 /Source/Particles/WarpXParticleContainer.cpp | |
parent | 80a22a69820d24a712d7ceed8928c4f368bd782b (diff) | |
download | WarpX-1e0126346ff5cc46e01e8bb006a1677b71776afb.tar.gz WarpX-1e0126346ff5cc46e01e8bb006a1677b71776afb.tar.zst WarpX-1e0126346ff5cc46e01e8bb006a1677b71776afb.zip |
Removed m_giv which was being set but not used.
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 ee606aadb..176c147da 100644 --- a/Source/Particles/WarpXParticleContainer.cpp +++ b/Source/Particles/WarpXParticleContainer.cpp @@ -99,7 +99,6 @@ WarpXParticleContainer::WarpXParticleContainer (AmrCore* amr_core, int ispecies) m_xp.resize(num_threads); m_yp.resize(num_threads); m_zp.resize(num_threads); - m_giv.resize(num_threads); } void |