From: Bruno Blais Date: Thu, 12 Mar 2020 17:31:47 +0000 (-0400) Subject: Update include/deal.II/particles/particle_handler.h X-Git-Tag: v9.2.0-rc1~424^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0efc059b034fceeb978a74a5dc6101b01cdba6;p=dealii.git Update include/deal.II/particles/particle_handler.h Co-Authored-By: Rene Gassmoeller --- 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