From 9a0efc059b034fceeb978a74a5dc6101b01cdba6 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Thu, 12 Mar 2020 13:31:47 -0400 Subject: [PATCH] Update include/deal.II/particles/particle_handler.h Co-Authored-By: Rene Gassmoeller --- include/deal.II/particles/particle_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/particles/particle_handler.h b/include/deal.II/particles/particle_handler.h index 78f9d22f50..4b74c9765b 100644 --- a/include/deal.II/particles/particle_handler.h +++ b/include/deal.II/particles/particle_handler.h @@ -700,7 +700,7 @@ namespace Particles /** 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() + * recomputing them every time we sort_into_subdomain_and_cells(). * This cache is automatically updated when the triangulation has * changed. This cache is stored within a unique pointer because the * particle handler has a constructor that enables it to be constructed -- 2.39.5