From 7f9abe0eb20ea1a904c70caff97a8f089da0390c Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 3 Jul 2017 11:34:41 +0200 Subject: [PATCH] remove outdated comment --- .../internal/Isotropic_remeshing/remesh_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h index 93118da85a1..0dbd17277d9 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h @@ -172,7 +172,7 @@ namespace internal { typedef Connected_components_pmap CCMap; typename boost::property_map >::type patch_ids_map; - std::size_t nb_cc;//static because we want to access it from get() + std::size_t nb_cc; public: typedef face_descriptor key_type;