From: Bruno Blais Date: Thu, 12 Mar 2020 17:35:20 +0000 (-0400) Subject: Minor re-editing of the text X-Git-Tag: v9.2.0-rc1~424^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9941ee5ee60fe8ebaa57c844eb21cae1c9210071;p=dealii.git Minor re-editing of the text --- diff --git a/include/deal.II/particles/particle_handler.h b/include/deal.II/particles/particle_handler.h index 4b74c9765b..fa9822991c 100644 --- a/include/deal.II/particles/particle_handler.h +++ b/include/deal.II/particles/particle_handler.h @@ -698,7 +698,8 @@ namespace Particles */ unsigned int handle; - /** The GridTools::Cache is used to store the information about the + /** + * The GridTools::Cache is used to store the information about the * vertex_to_cells set and the vertex_to_cell_centers vectors to prevent * recomputing them every time we sort_into_subdomain_and_cells(). * This cache is automatically updated when the triangulation has