14 #ifndef ESYS_LSMPARTICLECOMPARER_H
15 #define ESYS_LSMPARTICLECOMPARER_H
21 template <
typename TmplParticle>
25 typedef TmplParticle Particle;
28 bool operator()(
const Particle &p1,
const Particle &p2)
const;
30 bool operator()(
const Particle *p1,
const Particle *p2)
const;
33 const Particle *m_pParticle;
38 #include "Geometry/ParticleComparer.hpp"