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/MultiParticleContainer.H | |
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/MultiParticleContainer.H')
-rw-r--r-- | Source/Particles/MultiParticleContainer.H | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Particles/MultiParticleContainer.H b/Source/Particles/MultiParticleContainer.H index f3ea1825c..ed1c2f371 100644 --- a/Source/Particles/MultiParticleContainer.H +++ b/Source/Particles/MultiParticleContainer.H @@ -221,14 +221,6 @@ public: // External fields added to particle fields. amrex::Vector<amrex::Real> m_B_external_particle; amrex::Vector<amrex::Real> m_E_external_particle; - // Parser for B_external on the particle - std::string m_str_Bx_ext_particle_function; - std::string m_str_By_ext_particle_function; - std::string m_str_Bz_ext_particle_function; - // Parser for E_external on the particle - std::string m_str_Ex_ext_particle_function; - std::string m_str_Ey_ext_particle_function; - std::string m_str_Ez_ext_particle_function; // ParserWrapper for B_external on the particle std::unique_ptr<ParserWrapper> m_Bx_particle_parser; std::unique_ptr<ParserWrapper> m_By_particle_parser; |