From 8da0dbb62903a8947a6e41d652897e982f31249d Mon Sep 17 00:00:00 2001 From: blaisb Date: Wed, 27 Nov 2019 07:26:01 -0500 Subject: [PATCH] Fixed indentation --- include/deal.II/particles/data_out.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/include/deal.II/particles/data_out.h b/include/deal.II/particles/data_out.h index 3feba4c23c..c760c88e1a 100644 --- a/include/deal.II/particles/data_out.h +++ b/include/deal.II/particles/data_out.h @@ -16,6 +16,7 @@ #define dealii_particles_data_out_h #include + #include #include @@ -26,14 +27,14 @@ DEAL_II_NAMESPACE_OPEN namespace Particles { template - class ParticleHandler ; + class ParticleHandler; /** - * 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 witing - * the particle position and their ID and does not allow to write the - * properties attached to the 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 witing the particle position and their ID and does not allow + * to write the properties attached to the particles * * @ingroup Particle * @@ -50,7 +51,7 @@ namespace Particles /** * Destructor for the Particles::DataOut class. - */ + */ ~DataOut() = default; @@ -76,7 +77,8 @@ namespace Particles get_patches() const override; /** - * Virtual function through which the names of data sets are obtained from this class + * Virtual function through which the names of data sets are obtained from + * this class */ virtual std::vector get_dataset_names() const override; -- 2.39.5