]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/least-squares.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / least-squares.hh
index ca3ea7a7b21a86091c5d2e2ff28f948188aa7036..0a2e2d1ffe742fd9069b8ad5855fd130f6c12de0 100644 (file)
@@ -1,19 +1,18 @@
 /*
   leastsquare.hh -- part of GNU LilyPond
 
-  (c)  1996--2003 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> const &);
+   Least squares minimisation in 2 variables.
+*/
+void minimise_least_squares (Real *coef, Real *offset, vector<Offset> const &);
 
 #endif // LEASTSQUARE_HH