diff --git a/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Data_structure.h b/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Data_structure.h index 3800609d023..8c137b4c557 100644 --- a/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Data_structure.h +++ b/Kinetic_shape_reconstruction/include/CGAL/KSR_3/Data_structure.h @@ -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)) {