diff options
author | 2019-02-05 09:19:09 -0800 | |
---|---|---|
committer | 2019-02-05 09:19:09 -0800 | |
commit | a95c2d46ea81dba3c7062e3ee863525d4bd80a13 (patch) | |
tree | 251e5fe60491d19154aeacbea56507966423da6a /Source/ParticleContainer.H | |
parent | a875adf635afc918567384d9aa91e4c4edb36759 (diff) | |
download | WarpX-a95c2d46ea81dba3c7062e3ee863525d4bd80a13.tar.gz WarpX-a95c2d46ea81dba3c7062e3ee863525d4bd80a13.tar.zst WarpX-a95c2d46ea81dba3c7062e3ee863525d4bd80a13.zip |
cleaning. Error in Redistribute: invalid particle
Diffstat (limited to 'Source/ParticleContainer.H')
-rw-r--r-- | Source/ParticleContainer.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/ParticleContainer.H b/Source/ParticleContainer.H index 21eeca395..a721eea27 100644 --- a/Source/ParticleContainer.H +++ b/Source/ParticleContainer.H @@ -180,9 +180,6 @@ public: std::vector<std::string> GetSpeciesNames() const { return species_names; } - // std::unique_ptr<amrex::ParticleContainer<0,0,PIdx::nattribs>> pc_tmp; - // std::unique_ptr<WarpXParticleContainer> pc_tmp; - PhysicalParticleContainer& GetPCtmp () { return *pc_tmp; } protected: |