mirror of https://github.com/CGAL/cgal
Voronoi_diagram_2
This commit is contained in:
parent
c29f2cac52
commit
0ba4d58a43
|
|
@ -329,6 +329,8 @@ void print_report(const VDA& vda, const Projector& project,
|
|||
std::cout << "# of Voronoi cells: " << n_all << std::endl;
|
||||
std::cout << "# of Voronoi cells with empty interior: "
|
||||
<< n_empty << std::endl;
|
||||
#else
|
||||
CGAL_USE(n_vert); CGAL_USE(n_all); CGAL_USE(n_empty);
|
||||
#endif
|
||||
|
||||
std::cout << "is Voronoi diagram valid? "
|
||||
|
|
|
|||
Loading…
Reference in New Issue