mirror of https://github.com/CGAL/cgal
Bug fix in merge function of Bezier_x_monotone
This commit is contained in:
parent
0399f8da12
commit
e174d79248
|
|
@ -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()))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue