From 5fd10e6f66f79d47c4f5fbd1bbec5cb4a223f656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 2 Apr 2020 15:17:25 +0200 Subject: [PATCH] fix bad renaming --- .../doc/Polygon_mesh_processing/PackageDescription.txt | 2 +- .../doc/Polygon_mesh_processing/Polygon_mesh_processing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt index fe049f1e7a3..2717405f1bc 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/PackageDescription.txt @@ -141,7 +141,7 @@ and provides a list of the parameters that are used in this package. - `CGAL::Polygon_mesh_processing::volume_connected_components()` - `CGAL::Polygon_mesh_processing::is_outward_oriented()` - `CGAL::Polygon_mesh_processing::reverse_face_orientations()` -- `CGAL::Polygon_mesh_processing::duplicate_incompatible_edges_in_polygon_soup()` +- `CGAL::Polygon_mesh_processing::duplicate_non_manifold_edges_in_polygon_soup()` - `CGAL::Polygon_mesh_processing::orient_triangle_soup_with_reference_triangle_mesh()` - `CGAL::Polygon_mesh_processing::merge_reversible_connected_components()` diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt index 486824fee88..f89940c1e37 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt @@ -601,7 +601,7 @@ As a consequence, the normal computed for each face (see Section - The function `CGAL::Polygon_mesh_processing::volume_connected_components()` provides information about the 3D arrangement of the surface connected components in a given triangle mesh. It comes with many named parameter options making it also a more general version of `is_outward_oriented()`. -- The function `CGAL::Polygon_mesh_processing::duplicate_incompatible_edges_in_polygon_soup()` +- The function `CGAL::Polygon_mesh_processing::duplicate_non_manifold_edges_in_polygon_soup()` duplicates points and edges to make a soup orientable, without changing the orientation of the faces. - The function `CGAL::Polygon_mesh_processing::orient_triangle_soup_with_reference_triangle_mesh()` takes an input mesh as a reference and orients the triangles of a soup according to it.