From a4585ec07617fa139bfa46a25b01d366b3569218 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Aug 2022 21:22:11 -0600 Subject: [PATCH] Remove an outdated comment. Link to step-19. --- include/deal.II/particles/data_out.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 */ -- 2.39.5