]> git.mxchange.org Git - flightgear.git/blobdiff - FixNode/main.cxx
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / FixNode / main.cxx
index 840ee23ae862f84b8f0242e24357960dc219012d..8130ab8d43ed21f6005b2a5c940e531454b159b2 100644 (file)
@@ -93,7 +93,7 @@ int main(int argc, char **argv) {
 
     // load the corresponding dem file so we can interpolate elev values
     dem.open(demfile);
-    dem.parse(dem_data);
+    dem.parse();
     dem.close();
 
     // process all the *.1.node files in the specified directory
@@ -104,6 +104,9 @@ int main(int argc, char **argv) {
 
 
 // $Log$
+// Revision 1.2  1998/04/14 02:26:04  curt
+// Code reorganizations.  Added a Lib/ directory for more general libraries.
+//
 // Revision 1.1  1998/04/08 23:05:57  curt
 // Adopted Gnu automake/autoconf system.
 //