mirror of https://github.com/CGAL/cgal
bglize
This commit is contained in:
parent
117cb18d16
commit
d4259c2b3b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue