This commit is contained in:
Andreas Fabri 2017-03-13 10:49:22 +01:00 committed by Maxime Gimeno
parent 117cb18d16
commit d4259c2b3b
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ private:
tree.accelerate_distance_queries();
tree.build();
boost::graph_traits<Polyhedron>::vertex_descriptor vd = *(vertices(m).first);
Traits::Point_3 hint = vd->point();
Traits::Point_3 hint = get(CGAL::vertex_point,*poly, vd);
#if !defined(CGAL_LINKED_WITH_TBB)
double hdist = 0;