diff -r b6347aae6575 -r 404b98971e1f lemon/bits/bezier.h --- a/lemon/bits/bezier.h Wed Sep 12 17:34:01 2012 +0200 +++ b/lemon/bits/bezier.h Thu Sep 13 12:13:19 2012 +0200 @@ -159,7 +159,7 @@ const Point c=(p3+p4)/2; const Point d=(a+b)/2; const Point e=(b+c)/2; - const Point f=(d+e)/2; + // const Point f=(d+e)/2; R f1=_f(Bezier3(p1,a,d,e),_d); R f2=_f(Bezier3(e,d,c,p4),_d); return _s(f1,f2);