aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.H
diff options
context:
space:
mode:
authorGravatar NeilZaim <49716072+NeilZaim@users.noreply.github.com> 2021-01-22 22:45:47 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-22 13:45:47 -0800
commit24946d2c636fc265d1fc517dfc5665b0e166b64d (patch)
tree8baef8dd7553b0bd1a35ed39f9bddabce201bfcb /Source/Particles/WarpXParticleContainer.H
parentf494f2376666c1ffb2f624b62fe22e03a991a46c (diff)
downloadWarpX-24946d2c636fc265d1fc517dfc5665b0e166b64d.tar.gz
WarpX-24946d2c636fc265d1fc517dfc5665b0e166b64d.tar.zst
WarpX-24946d2c636fc265d1fc517dfc5665b0e166b64d.zip
Remove unused lines about particle filters (#1646)
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.H')
-rw-r--r--Source/Particles/WarpXParticleContainer.H8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Particles/WarpXParticleContainer.H b/Source/Particles/WarpXParticleContainer.H
index 7e5add527..f26e4def7 100644
--- a/Source/Particles/WarpXParticleContainer.H
+++ b/Source/Particles/WarpXParticleContainer.H
@@ -321,14 +321,6 @@ public:
virtual bool has_quantum_sync() const {return false;}
virtual bool has_breit_wheeler() const {return false;}
- // build filter functors
- bool m_do_random_filter = false;
- bool m_do_uniform_filter = false;
- bool m_do_parser_filter = false;
- amrex::Real m_random_fraction = 1.0;
- int m_uniform_stride = 1;
- std::unique_ptr<ParserWrapper<7>> m_particle_filter_parser;
-
/* \brief This function tests if the current species
* is of a given PhysicalSpecies (specified as a template parameter).
* @tparam PhysSpec the PhysicalSpecies to test against