From: Bruno Blais Date: Sun, 20 Nov 2022 14:46:16 +0000 (-0800) Subject: Update source/particles/particle_handler.cc X-Git-Tag: v9.5.0-rc1~830^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3628134e403e09bd448338cb12c2ba97b403379c;p=dealii.git Update source/particles/particle_handler.cc Co-authored-by: Rene Gassmoeller --- diff --git a/source/particles/particle_handler.cc b/source/particles/particle_handler.cc index 9c360c7b15..a1c710ccf8 100644 --- a/source/particles/particle_handler.cc +++ b/source/particles/particle_handler.cc @@ -1577,7 +1577,7 @@ namespace Particles // If the vertex has one or more coinciding vertices, then // all of these vertices, including the current vertex being // looped over are contained inside the - // vertex_to_coinciding_vertex_group Consequently, we loop over + // vertex_to_coinciding_vertex_group. Consequently, we loop over // the full content of the coinciding vertex group which will // include the current vertex. When we reach the current vertex, // we skip it to avoid repetition.