Voronoi_diagram_2

This commit is contained in:
Andreas Fabri 2022-10-13 07:58:21 +01:00
parent c29f2cac52
commit 0ba4d58a43
1 changed files with 2 additions and 0 deletions

View File

@ -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? "