From a5bd577da1c7cb3ed09dc325d403131bf213b9ed Mon Sep 17 00:00:00 2001 From: Sebastien Valette Date: Mon, 10 Feb 2025 10:48:54 +0100 Subject: [PATCH] let algorithm converge by itself --- .../include/CGAL/Polygon_mesh_processing/acvd/acvd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h index c51a23278e9..bb90930f67f 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h @@ -1172,8 +1172,8 @@ std::pair< //if(qem_energy_minimization) // just_switched_to_qem = false; - if (nb_qem_iters == 10) - break; +// if (nb_qem_iters == 10) +// break; if (nb_modifications < nb_vertices * CGAL_TO_QEM_MODIFICATION_THRESHOLD) {