Skip to content

Commit

Permalink
remove deprecated constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-frey committed Sep 3, 2023
1 parent 5da9b11 commit 4e83abf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions alpine/ChargedParticles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,16 +232,6 @@ class ChargedParticles : public ippl::ParticleBase<PLayout> {
typename Base::particle_position_type P; // particle velocity
typename Base::particle_position_type E; // electric field at particle position

/*
This constructor is mandatory for all derived classes from
ParticleBase as the bunch buffer uses this
*/
ChargedParticles(PLayout& pl)
: Base(pl) {
registerAttributes();
setPotentialBCs();
}

ChargedParticles(PLayout& pl, Vector_t<double, Dim> hr, Vector_t<double, Dim> rmin,
Vector_t<double, Dim> rmax, ippl::e_dim_tag decomp[Dim], double Q,
std::string solver)
Expand Down

0 comments on commit 4e83abf

Please sign in to comment.