fix warning

This commit is contained in:
Sébastien Loriot 2020-08-19 16:34:22 +02:00
parent 85caca92aa
commit b8efebd865
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ public:
void set_vertex_id(vertex_descriptor v, Node_id node_id, const TriangleMesh& tm)
{
CGAL_use(tm);
CGAL_assertion(&tm == &tm1);
vertex_to_node_id1.insert( std::make_pair(v, node_id) );
}