From 0efe2459dcf00fa07ad88d6bb3537fe3c3dc5ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Sat, 17 Apr 2021 14:12:49 +0200 Subject: [PATCH] remove whitespace introduced during merge --- .../internal/Corefinement/intersection_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h index ebc746ecdb0..7f7a94e26a2 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h @@ -1584,7 +1584,7 @@ public: const TriangleMesh& tm2=nodes.tm2; const VertexPointMap1& vpm1=nodes.vpm1; const VertexPointMap2& vpm2=nodes.vpm2; - + // used only if throw_on_self_intersection == true std::set tm1_faces; std::set tm2_faces;