mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
542c9bbec4
commit
fdccfee30d
|
|
@ -4605,7 +4605,7 @@ public:
|
|||
void check_integrity(
|
||||
const bool check_simplicity = false,
|
||||
const bool check_convexity = false,
|
||||
const bool check_equal_faces = true ) const {
|
||||
const bool check_equal_faces = false) const {
|
||||
|
||||
for (KSR::size_t i = 0; i < number_of_support_planes(); ++i) {
|
||||
if (!is_mesh_valid(check_simplicity, check_convexity, check_equal_faces, i)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue