mirror of https://github.com/CGAL/cgal
Merge pull request #1827 from janetournois/Polyhedron_demo-Fix_compilation_distance_plugin-jtournois
Demo Distance_plugin : fix compilation error
This commit is contained in:
commit
6f4ec93b11
|
|
@ -166,7 +166,7 @@ private:
|
|||
tree.accelerate_distance_queries();
|
||||
tree.build();
|
||||
|
||||
typename Traits::Point_3 hint = m.vertices_begin()->point();
|
||||
Traits::Point_3 hint = m.vertices_begin()->point();
|
||||
|
||||
#ifndef CGAL_LINKED_WITH_TBB
|
||||
double hdist = 0;
|
||||
|
|
|
|||
|
|
@ -131,6 +131,7 @@ corefinement_plugin \
|
|||
create_bbox_mesh_plugin \
|
||||
cut_plugin \
|
||||
detect_sharp_edges_plugin \
|
||||
distance_plugin \
|
||||
edit_polyhedron_plugin \
|
||||
fairing_plugin \
|
||||
features_detection_plugin \
|
||||
|
|
|
|||
Loading…
Reference in New Issue