From e06a4c6f85a217861d4c51f154ab9e24a2adab26 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 16 Jun 2025 17:12:55 +0200 Subject: [PATCH] remove a duplicated sentence --- .../Constrained_triangulation_3/Constrained_triangulation_3.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt index 0fed8e74c61..28785b77db7 100644 --- a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt +++ b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt @@ -97,8 +97,6 @@ built on this refined PLC is known as a _conforming constrained Delaunay triangu The algorithm implemented in this package is based on the work of Hang Si \cgalCite{si2005meshing}, \cgalCite{cgal:si2008cdt3}, \cgalCite{si2015tetgen}. -Steiner vertices are inserted on the input edges and polygons of the PLC to -ensure it can be tetrahedralized. \cgalFigureRef{CT_3_plc2cdt_fig} illustrates an example of a conforming constrained Delaunay triangulation constructed from a PLC.