From 1f8cf134da80f32b8be542de2dbfd68fdc22eac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 15 Jun 2022 10:03:51 +0200 Subject: [PATCH] add a warning --- .../include/CGAL/Polygon_mesh_processing/orientation.h | 2 ++ 1 file changed, 2 insertions(+) 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 768019c0718..5036e3a20c2 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h @@ -1240,6 +1240,8 @@ volume_connected_components(const TriangleMesh& tm, * * @pre `CGAL::is_closed(tm)` * + * @attention if `tm` is self-intersecting the behavior of this function is undefined. + * * \cgalNamedParamsBegin * \cgalParamNBegin{vertex_point_map} * \cgalParamDescription{a property map associating points to the vertices of `tm`}