X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fleast-squares.cc;h=ec7b231cf190d809936d70acf674b4d0f92fb4ea;hb=729d8509039c4c69ea89c102c89fc0df9d9e228c;hp=8f635b0cd2a22cec4821d671c24a722ecd609171;hpb=fc3e875d6bf06f0680e897faffdcab36ad975a03;p=lilypond.git diff --git a/lily/least-squares.cc b/lily/least-squares.cc index 8f635b0cd2..ec7b231cf1 100644 --- a/lily/least-squares.cc +++ b/lily/least-squares.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2001 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ @@ -13,7 +13,7 @@ void minimise_least_squares (Real * coef, Real * offset, - Array input) + Array const &input) { Real sx = 0.0; Real sy = 0.0;