From a8a2b0ad2edb53b7bc3b8dfdff4ce2816236386d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 24 Aug 2022 13:13:55 +0100 Subject: [PATCH] Remove unused template parameter --- .../Barycentric_mapping_parameterizer_3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h index e77980fe51b..15ac8ec8aef 100644 --- a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h +++ b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h @@ -157,8 +157,7 @@ public: // Default copy constructor and operator =() are fine /// returns whether the 3D -> 2D mapping is one-to-one. - template + template bool is_one_to_one_mapping(const Triangle_mesh& mesh, halfedge_descriptor bhd, const VertexUVMap uvmap) const