mirror of https://github.com/CGAL/cgal
update macro name
This commit is contained in:
parent
ebaca1f0c2
commit
1a4c47d6b4
|
|
@ -575,7 +575,7 @@ std::size_t merge_duplicate_points_in_polygon_soup(PointRange& points,
|
|||
|
||||
const std::size_t removed_points_n = ini_points_n - points.size();
|
||||
|
||||
#ifdef CGAL_PMP_REPAIR_POLYGON_SOUP_VERBOSE_PP
|
||||
#ifdef CGAL_PMP_REPAIR_POLYGON_SOUP_VERBOSE
|
||||
std::cout << "Removed (merged) " << removed_points_n << " duplicate points" << std::endl;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue