From 2060a4e1adbdb24cbc9b620fdaa0b9ffb96d9f87 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 30 Jun 2015 10:35:40 +0200 Subject: [PATCH] remove \todo : done --- .../include/CGAL/Polygon_mesh_processing/connected_components.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h index 90f6ea1fdf8..fd97bd930e6 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h @@ -780,7 +780,6 @@ std::size_t keep_largest_connected_components(PolygonMesh& pmesh, * \cgalParamBegin{vertex_index_map} a property map containing the index of each vertex of `pmesh` \cgalParamEnd * \cgalNamedParamsEnd * -* \todo CODE */ template