From 0afe56dd8a05569dc92fbd1aaca92a0ee0a63c4a Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 16 Jun 2025 17:14:08 +0200 Subject: [PATCH] "piecewise linear complex" in lowercase Suggested by Andreas --- .../doc/Constrained_triangulation_3/PackageDescription.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt b/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt index 84ab6a92f0f..a3cf07a0abc 100644 --- a/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt +++ b/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt @@ -27,7 +27,7 @@ \cgalPkgAuthors{Laurent Rineau and Jane Tournois} \cgalPkgDesc{This package implements the construction of a 3D Constrained Delaunay triangulation. This triangulation is a generalization of a 3D Delaunay Triangulation which conforms to the set of faces -of a 3D Piecewise Linear Complex (PLC), ensuring that these faces are part of the triangulation. +of a 3D _piecewise linear complex_ (PLC), ensuring that these faces are part of the triangulation. As not all PLCs are tetrahedralizable, the algorithm may insert Steiner points to construct the constrained triangulation. }