diff -r 157427808b40 -r 761fe0846f49 lemon/bits/bezier.h --- a/lemon/bits/bezier.h Fri Aug 24 15:37:23 2012 +0200 +++ b/lemon/bits/bezier.h Thu Sep 13 11:45:36 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);