From 3a64aef0831c6c8b6f1a1bf7c946710264a47126 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Wed, 11 May 2022 16:24:31 +0200 Subject: [PATCH] Fix working --- .../include/CGAL/Polygon_mesh_processing/orientation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h index 1a6d82f80fc..2246b28b045 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h @@ -366,7 +366,7 @@ void reverse_face_orientations(const FaceRange& face_range, PolygonMesh& pmesh) * \ingroup PMP_orientation_grp * makes each closed connected component of a triangulated surface mesh * inward or outward oriented. If a connected component is not closed, -* the fact that its orientation is changed or not is not guaranteed. +* the orientation may or may not be changed or not is not guaranteed. * * @tparam TriangleMesh a model of `FaceListGraph` and `MutableFaceGraph` * @tparam NamedParameters a sequence of \ref bgl_namedparameters