X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Array%2Farray.hxx;h=087c8c7d2911ad394c086bf8e03d67dcbb38c28b;hb=cac521c151576bb4e05a590c163249c4374ecbb0;hp=c097dadfbb69370ab801d03d405e5e3ebc867cce;hpb=1c180f19523c2b059c263544f761271f1c2b9962;p=flightgear.git diff --git a/Array/array.hxx b/Array/array.hxx index c097dadfb..087c8c7d2 100644 --- a/Array/array.hxx +++ b/Array/array.hxx @@ -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.) //