From 4e1af6053a196b68897c4aac98f57d285de7c986 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Tue, 26 May 2020 08:15:24 -0700 Subject: [PATCH] Improve documentation --- include/deal.II/particles/particle_handler.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/particles/particle_handler.h b/include/deal.II/particles/particle_handler.h index c1f13232ca..571be00e64 100644 --- a/include/deal.II/particles/particle_handler.h +++ b/include/deal.II/particles/particle_handler.h @@ -616,7 +616,7 @@ namespace Particles * changes" section in the Triangulation class with more information and * examples. In short these signals allow the particle handler to notify * applications about certain events inside the particle handler, e.g. when - * a particle gets lost. + * a particle is lost. * * For documentation on signals, see * http://www.boost.org/doc/libs/release/libs/signals2 . @@ -625,11 +625,11 @@ namespace Particles { /** * This signal is triggered whenever the - * ParticleHandler::sort_particles_into_subdomains_and_cells encounters - * a particle that can not be associated with a cell. This can happen if - * the particle leaves the domain of the triangulation, or if it leaves - * the locally known domain in a parallel triangulation (including the - * ghost cells for a parallel::distributed::triangulation). + * ParticleHandler::sort_particles_into_subdomains_and_cells() function + * encounters a particle that can not be associated with a cell. This can + * happen if the particle leaves the domain of the triangulation, or if it + * leaves the locally known domain in a parallel triangulation (including + * the ghost cells for a parallel::distributed::triangulation). * * The connected function receives an iterator to the particle in * question, and its last known cell association. -- 2.39.5