]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/leastsquares.hh
release: 1.3.13
[lilypond.git] / lily / include / leastsquares.hh
index 35b1e1d34b912f0c71bcd52fac37e670ea88bcf4..cb89b7bd725a8c9a26370a81b6b7917c206813a9 100644 (file)
@@ -1,12 +1,12 @@
 /*
-  leastsquare.hh -- part of LilyPond
+  leastsquare.hh -- part of GNU LilyPond
 
-  (c) 1996,97 Han-Wen Nienhuys
+  (c) 1996--1999 Han-Wen Nienhuys
 */
 
 #ifndef LEASTSQUARE_HH
 #define LEASTSQUARE_HH
-#include "varray.hh"
+#include "array.hh"
 #include "offset.hh"
 
 
@@ -15,7 +15,7 @@
   */
 struct Least_squares {
     Array<Offset> input;
-    void minimise(Real &coef, Real &offset);
+    void minimise (Real &coef, Real &offset);
     void OK() const;
 };