From fdccfee30dfcbee6b6eb73ea7d1cce57a8d2b5c7 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Tue, 19 Jan 2021 19:29:46 +0100 Subject: [PATCH] cleanup --- .../include/CGAL/KSR_3/Data_structure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {