mirror of https://github.com/CGAL/cgal
let algorithm converge by itself
This commit is contained in:
parent
b7f515923c
commit
a5bd577da1
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue