From b1039d033482bf19fdc73da6c2e037a1d7f3f441 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 26 Jun 2017 16:25:30 +0200 Subject: [PATCH] Update Surface_mesh_simplification.txt Fix doc (missing namespace prefix) --- .../Surface_mesh_simplification/Surface_mesh_simplification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt index 0df084b7e86..08d8bf2f412 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt @@ -304,7 +304,7 @@ What is particular in this example is the property map that allows to associate The following examples show how to use the optional named parameter `edge_is_constrained_map` to prevent edges from being removed. Edges marked as contrained are guaranteed to be in the final surface mesh. However, the vertices of the constrained edges may change and the placement may change the points. -The wrapper `CGAL::Constrained_placement` guarantees that these points are not changed. +The wrapper `CGAL::Surface_mesh_simplification::Constrained_placement` guarantees that these points are not changed. \cgalExample{Surface_mesh_simplification/edge_collapse_constrained_border_polyhedron.cpp}