From 3628134e403e09bd448338cb12c2ba97b403379c Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Sun, 20 Nov 2022 06:46:16 -0800 Subject: [PATCH] Update source/particles/particle_handler.cc Co-authored-by: Rene Gassmoeller --- source/particles/particle_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5