update macro name

This commit is contained in:
Sébastien Loriot 2019-09-19 12:47:06 +02:00
parent ebaca1f0c2
commit 1a4c47d6b4
1 changed files with 1 additions and 1 deletions

View File

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