mirror of https://github.com/CGAL/cgal
convert assertion
This commit is contained in:
parent
0db066a291
commit
d04eea0ac0
|
|
@ -52,7 +52,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
}
|
||||
|
||||
assert(CGAL::is_valid_polygon_mesh(mesh));
|
||||
CGAL_assertion(CGAL::is_valid_polygon_mesh(mesh));
|
||||
std::cout << std::endl;
|
||||
std::cout << nb_holes << " holes have been filled" << std::endl;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue