From: Wolfgang Bangerth Date: Tue, 30 Aug 2022 03:22:11 +0000 (-0600) Subject: Remove an outdated comment. Link to step-19. X-Git-Tag: v9.5.0-rc1~1004^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4585ec07617fa139bfa46a25b01d366b3569218;p=dealii.git Remove an outdated comment. Link to step-19. --- diff --git a/include/deal.II/particles/data_out.h b/include/deal.II/particles/data_out.h index 0f127a7e6a..876e55648a 100644 --- a/include/deal.II/particles/data_out.h +++ b/include/deal.II/particles/data_out.h @@ -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 */