mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'cgal/5.6.x-branch' into HEAD
This commit is contained in:
commit
f692014d1c
|
|
@ -611,7 +611,7 @@ private:
|
||||||
res = f_compare_xy(curr_pt, next_pt);
|
res = f_compare_xy(curr_pt, next_pt);
|
||||||
|
|
||||||
if (res != EQUAL) {
|
if (res != EQUAL) {
|
||||||
cycle.insert(curr,
|
after_next = cycle.insert(curr,
|
||||||
Labeled_segment_2(Segment_2(curr_pt, next_pt),
|
Labeled_segment_2(Segment_2(curr_pt, next_pt),
|
||||||
X_curve_label((res == SMALLER),
|
X_curve_label((res == SMALLER),
|
||||||
cycle_id,
|
cycle_id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue