Skip to content

Commit

Permalink
Merge pull request #5876 from MFraters/correctlyl_deintroduce_particl…
Browse files Browse the repository at this point in the history
…e_handler_copy

Correctly deintroduce particle handler copy.
  • Loading branch information
gassmoeller authored Jun 11, 2024
2 parents d1cf3b8 + aa144ef commit ee3a43f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/aspect/simulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -1966,12 +1966,6 @@ namespace aspect
*/
std::unique_ptr<Particle::World<dim>> particle_world;

/**
* A copy of the particle handler to reset the particles
* when repeating a time step.
*/
dealii::Particles::ParticleHandler<dim> particle_handler_copy;

/**
* @}
*/
Expand Down

0 comments on commit ee3a43f

Please sign in to comment.