diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h index 1d5ea0b222d..ce53e2b4006 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h @@ -11,10 +11,10 @@ // Author(s) : Hossam Saeed // -// #ifndef CGAL_POLYGON_MESH_PROCESSING_<> -// #define CGAL_POLYGON_MESH_PROCESSING_<> - -// #include > +/// TODO: +// #ifndef CGAL_<> +// #define CGAL_<> +// #include > #include #include @@ -859,20 +859,20 @@ PolygonMesh acvd_isotropic_simplification( ); } -template -PolygonMesh acvd_q acve_qem_simplification( - PolygonMesh& pmesh, - const int& nb_vertices, - const NamedParameters& np = parameters::default_values() - ) -{ - return internal::acve_qem( - pmesh, - nb_vertices, - np - ); -} +// template +// PolygonMesh acvd_qem_simplification( +// PolygonMesh& pmesh, +// const int& nb_vertices, +// const NamedParameters& np = parameters::default_values() +// ) +// { +// return internal::acve_qem( +// pmesh, +// nb_vertices, +// np +// ); +// } } // namespace Polygon_mesh_processing