diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h index 0d7c00b13f6..04619ba9168 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h @@ -79,7 +79,7 @@ public: // mark the unbounded_face (true iff contained) void visit_ubf(Face_iterator ubf, unsigned int ubf_ic) { - CGAL_assertion(ubf->number_of_outer_ccbs() == 0); + CGAL_assertion(ubf->is_unbounded()); if(static_cast(this)->contained_criteria(ubf_ic)) ubf->set_contained(true); }