]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/least-squares.hh
''
[lilypond.git] / lily / include / least-squares.hh
index 678378eb0a305cca3cfcc4566f1682d0ffe58b6f..9d4fe3a984055389ccaffe1a0867e822e28b8162 100644 (file)
@@ -1,7 +1,7 @@
 /*
   leastsquare.hh -- part of GNU LilyPond
 
-  (c) 1996--2000 Han-Wen Nienhuys
+  (c) 1996--2002 Han-Wen Nienhuys
 */
 
 #ifndef LEASTSQUARE_HH
@@ -13,7 +13,7 @@
 /**
   Least squares minimisation in 2 variables.
   */
-void minimise_least_squares (Real * coef, Real * offset, Array<Offset>);
+void minimise_least_squares (Real * coef, Real * offset, Array<Offset> const &);
 
 #endif // LEASTSQUARE_HH