Skip to content

Commit

Permalink
let algorithm converge by itself
Browse files Browse the repository at this point in the history
  • Loading branch information
valette committed Feb 10, 2025
1 parent b7f5159 commit a5bd577
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a5bd577

Please sign in to comment.