remove verbose flag

This commit is contained in:
Sébastien Loriot 2022-05-13 09:35:52 +02:00
parent acbd1ee182
commit 083edccc39
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ FaceOutputIterator replace_faces_with_patch(const std::vector<typename boost::gr
CGAL::IO::write_polygon_mesh("results/last_patch_replacement.off", pmesh, CGAL::parameters::stream_precision(17));
#endif
CGAL_postcondition(is_valid_polygon_mesh(pmesh, true));
CGAL_postcondition(is_valid_polygon_mesh(pmesh));
return out;
}