Skip to content

Commit

Permalink
pass missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Feb 17, 2025
1 parent 0f8c7a2 commit cc62cca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ namespace internal {
if (!is_flip_allowed(e))
continue;
//add geometric test to avoid axe cuts
if (!internal::should_flip(e, mesh_, vpmap_, gt_))
if (!internal::should_flip(e, mesh_, vpmap_, gt_, -0.939692621)) // TODO: should it be a named parameter?
continue;

halfedge_descriptor he = halfedge(e, mesh_);
Expand Down

0 comments on commit cc62cca

Please sign in to comment.