]> git.mxchange.org Git - flightgear.git/blobdiff - Array/array.hxx
Tweaked output formatting a bit.
[flightgear.git] / Array / array.hxx
index c097dadfbb69370ab801d03d405e5e3ebc867cce..087c8c7d2911ad394c086bf8e03d67dcbb38c28b 100644 (file)
@@ -110,7 +110,7 @@ public:
     int parse();
 
     // Use least squares to fit a simpler data set to dem data
-    void fit( FGBucket& p, double error );
+    void fit( double error );
 
     // return the current altitude based on grid data.  We should
     // rewrite this to interpolate exact values, but for now this is
@@ -131,6 +131,9 @@ public:
 
 
 // $Log$
+// Revision 1.2  1999/03/13 23:50:27  curt
+// Tweaked output formatting a bit.
+//
 // Revision 1.1  1999/03/13 18:45:02  curt
 // Initial revision. (derived from libDEM.a code.)
 //