From d41e40087583caba06393dfaf1abde3da8f6aeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 7 Jun 2019 16:12:47 +0200 Subject: [PATCH] If we the mesh is open, we can't scale based on the volume at least for now, could probably imagine some trick to still do it --- .../internal/Smoothing/curvature_flow_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h index 49156789d68..170bd8c6967 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h @@ -158,7 +158,7 @@ public: } if(!CGAL::is_closed(mesh_)) - scale_volume_after_smoothing = true; + scale_volume_after_smoothing = false; } void setup_system(Eigen_matrix& A,