From ad32b4f5e29c5d28ec820a19a644298f33398aba Mon Sep 17 00:00:00 2001 From: Janis Born Date: Fri, 13 Jan 2017 16:56:02 +0100 Subject: [PATCH] typo in comment --- src/OpenMesh/Tools/Subdivider/Uniform/MidpointT.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/MidpointT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/MidpointT.hh index 73b1e9f7..17cff4cc 100644 --- a/src/OpenMesh/Tools/Subdivider/Uniform/MidpointT.hh +++ b/src/OpenMesh/Tools/Subdivider/Uniform/MidpointT.hh @@ -13,7 +13,7 @@ namespace Uniform { /** * Midpoint subdivision algorithm. * - * With every step, the set of vertices is replaced with by the midpoints of all + * With every step, the set of vertices is replaced by the midpoints of all * current edges. Then, two sets of faces are created to set up the new * connectivity: From all midpoints of edges surrounding an original face, a new * face is created. Also, for all midpoints of edges surrounding an original