From 9941ee5ee60fe8ebaa57c844eb21cae1c9210071 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Thu, 12 Mar 2020 13:35:20 -0400 Subject: [PATCH] Minor re-editing of the text --- include/deal.II/particles/particle_handler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5