let algorithm converge by itself

This commit is contained in:
Sebastien Valette 2025-02-10 10:48:54 +01:00
parent b7f515923c
commit a5bd577da1
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{