]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/least-squares.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / least-squares.hh
index a7a8b14fec7d8f31ed1206b6bdc61302bdb57461..0a2e2d1ffe742fd9069b8ad5855fd130f6c12de0 100644 (file)
@@ -1,19 +1,18 @@
 /*
   leastsquare.hh -- part of GNU LilyPond
 
-  (c) 1996--2002 Han-Wen Nienhuys
+  (c) 1996--2008 Han-Wen Nienhuys
 */
 
 #ifndef LEASTSQUARE_HH
 #define LEASTSQUARE_HH
-#include "array.hh"
+#include "std-vector.hh"
 #include "offset.hh"
 
-
 /**
-  Least squares minimisation in 2 variables.
-  */
-void minimise_least_squares (Real * coef, Real * offset, Array<Offset>);
+   Least squares minimisation in 2 variables.
+*/
+void minimise_least_squares (Real *coef, Real *offset, vector<Offset> const &);
 
 #endif // LEASTSQUARE_HH