diff options
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r-- | Source/Particles/WarpXParticleContainer.H | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H index 39ce1dcda..398334d93 100644 --- a/Source/Particles/WarpXParticleContainer.H +++ b/Source/Particles/WarpXParticleContainer.H @@ -323,16 +323,6 @@ public: //amrex::Real getMass () {return mass;} amrex::ParticleReal getMass () const {return mass;} -// // ParserWrapper for B_external on the particle -// std::unique_ptr<ParserWrapper> Bx_particle_parser; -// std::unique_ptr<ParserWrapper> By_particle_parser; -// std::unique_ptr<ParserWrapper> Bz_particle_parser; -// // ParserWrapper for E_external on the particle -// std::unique_ptr<ParserWrapper> Ex_particle_parser; -// std::unique_ptr<ParserWrapper> Ey_particle_parser; -// std::unique_ptr<ParserWrapper> Ez_particle_parser; - - protected: std::map<std::string, int> particle_comps; |