diff options
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: |