Bug fix in merge function of Bezier_x_monotone

This commit is contained in:
Sébastien Loriot 2011-04-05 10:47:36 +00:00
parent 0399f8da12
commit e174d79248
1 changed files with 1 additions and 1 deletions

View File

@ -1411,7 +1411,7 @@ _Bezier_x_monotone_2<RatKer, AlgKer, NtTrt, BndTrt>::merge
CGAL_precondition (_curve.is_same (cv._curve)); CGAL_precondition (_curve.is_same (cv._curve));
CGAL_precondition (_xid == cv._xid); CGAL_precondition (_xid == cv._xid);
Self res = cv; Self res = *this;
if (right().is_same (cv.left())) if (right().is_same (cv.left()))
{ {