Remove unused template parameter

This commit is contained in:
Andreas Fabri 2022-08-24 13:13:55 +01:00
parent 2a39ffcfff
commit a8a2b0ad2e
1 changed files with 1 additions and 2 deletions

View File

@ -157,8 +157,7 @@ public:
// Default copy constructor and operator =() are fine
/// returns whether the 3D -> 2D mapping is one-to-one.
template <typename VertexUVMap,
typename Faces_Container>
template <typename VertexUVMap>
bool is_one_to_one_mapping(const Triangle_mesh& mesh,
halfedge_descriptor bhd,
const VertexUVMap uvmap) const