From b0062d27576b9315b985bf1ceca632dfbcc55a01 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 9 Apr 2025 14:47:37 +0100 Subject: [PATCH] Triangulation: Fix Typos --- Triangulation/doc/Triangulation/Triangulation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Triangulation/doc/Triangulation/Triangulation.txt b/Triangulation/doc/Triangulation/Triangulation.txt index 8fe83b3fdd5..aa49555f82a 100644 --- a/Triangulation/doc/Triangulation/Triangulation.txt +++ b/Triangulation/doc/Triangulation/Triangulation.txt @@ -395,7 +395,7 @@ circumscribing ball whose interior does not contain any vertex of the triangulation. In case of degeneracies (co-spherical points) the triangulation is not -uniquely defined. Note however that the CGAL implementation computes a +uniquely defined. Note however that the %CGAL implementation computes a unique triangulation even in these cases. When a new point `p` is inserted into a Delaunay triangulation, the @@ -488,7 +488,7 @@ than inserting the same points one by one. The class `CGAL::Regular_triangulation` derives from `CGAL::Triangulation`. It thus stores a model of -the concept `TriangulationDataStructure_` which is instantiated with a vertex +the concept `TriangulationDataStructure` which is instantiated with a vertex type that stores a weighted point and allows its retrieval. The template parameter `RegularTriangulationTraits_` must be a model of the concept