bugfix: have to reverse result in compare_y

This commit is contained in:
Eric Berberich 2008-03-29 13:09:07 +00:00
parent 4505042589
commit d03c8747a1
1 changed files with 4 additions and 0 deletions

View File

@ -788,6 +788,10 @@ public:
cv1, cv2, cv1.curve_end(CGAL::ARR_MAX_END)
);
}
if (sheet1 == 1) {
CGAL_assertion(sheet2 == 1);
res = -res;
}
// already reversed the case sheet1 == sheet2 == 1
}
}