X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbezier.cc;h=18d7836cbfe1d37762ccf8ce4d5134affe8f949e;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=1808821029595f95bd707a31d9aff26ef087984f;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/bezier.cc b/lily/bezier.cc index 1808821029..18d7836cbf 100644 --- a/lily/bezier.cc +++ b/lily/bezier.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Jan Nieuwenhuizen + (c) 1998--2008 Jan Nieuwenhuizen */ #include "bezier.hh" @@ -117,7 +117,7 @@ Bezier::curve_point (Real t) const } /* - Cache binom(3,j) t^j (1-t)^{3-j} + Cache binom (3, j) t^j (1-t)^{3-j} */ struct Polynomial_cache { Polynomial terms_[4];