Skip to content

Commit

Permalink
Merge remote-tracking branch 'cgal/5.6.x-branch' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Nov 14, 2024
2 parents 2e691b0 + 5aec09a commit f692014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class Minkowski_sum_by_convolution_2 {
res = f_compare_xy(curr_pt, next_pt);

if (res != EQUAL) {
cycle.insert(curr,
after_next = cycle.insert(curr,
Labeled_segment_2(Segment_2(curr_pt, next_pt),
X_curve_label((res == SMALLER),
cycle_id,
Expand Down

0 comments on commit f692014

Please sign in to comment.