diff options
author | 2020-01-15 12:15:34 -0800 | |
---|---|---|
committer | 2020-01-15 12:15:34 -0800 | |
commit | 262de3a369647eac5820c79b010e94865b280db8 (patch) | |
tree | 7ece4d9506ef02915930d4e44e99e2020cc9bddc /Source/Particles/PhysicalParticleContainer.cpp | |
parent | ca070b083c4fa5cc2db2428da801b3b55501d60c (diff) | |
download | WarpX-262de3a369647eac5820c79b010e94865b280db8.tar.gz WarpX-262de3a369647eac5820c79b010e94865b280db8.tar.zst WarpX-262de3a369647eac5820c79b010e94865b280db8.zip |
changes as suggested in review.
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index c04b3d32a..91cc5fb12 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1218,11 +1218,6 @@ PhysicalParticleContainer::Evolve (int lev, exfab, eyfab, ezfab, bxfab, byfab, bzfab); } - // - // copy data from particle container to temp arrays - // - pti.GetPosition(m_xp[thread_num], m_yp[thread_num], m_zp[thread_num]); - // Determine which particles deposit/gather in the buffer, and // which particles deposit/gather in the fine patch long nfine_current = np; |