X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbezier.cc;h=1eaf041b886e8c782efdd802301b0f2ebf78a60a;hb=a9b7e3c492fc1400c048442dd6793217e018186e;hp=3da46abe0f31ba67830cd5e6c99a2b2ecf60aa62;hpb=e42585017a01fd02f6353b994cf0c87b03a7bb2e;p=lilypond.git diff --git a/lily/bezier.cc b/lily/bezier.cc index 3da46abe0f..1eaf041b88 100644 --- a/lily/bezier.cc +++ b/lily/bezier.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2006 Jan Nieuwenhuizen + (c) 1998--2007 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];