Skip to content

Commit

Permalink
Merge pull request #14230 from bangerth/doc-2
Browse files Browse the repository at this point in the history
Remove an outdated comment. Link to step-19.
  • Loading branch information
kronbichler committed Aug 30, 2022
2 parents 8b3265f + a4585ec commit fd28e94
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/deal.II/particles/data_out.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ namespace Particles
/**
* This class generates graphical output for the particles stored by a
* ParticleHandler object. From a particle handler, it generates patches which
* can then be used to write traditional output files. This class currently
* only supports writing the particle position and their ID and does not allow
* to write the properties attached to the particles
* can then be used to write traditional output files.
*
* The class does, in essence, for particles what ::DataOut does for
* finite element fields, using a similar interface. It is used in
* step-19, for example.
*
* @ingroup Particle
*/
Expand Down

0 comments on commit fd28e94

Please sign in to comment.