X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FixNode%2Fmain.cxx;h=8130ab8d43ed21f6005b2a5c940e531454b159b2;hb=cd7233754fa98f5b507aead5e100374df0a29ac8;hp=840ee23ae862f84b8f0242e24357960dc219012d;hpb=8deb5c5804d7b4a09ffb727d050b63212636427d;p=flightgear.git diff --git a/FixNode/main.cxx b/FixNode/main.cxx index 840ee23ae..8130ab8d4 100644 --- a/FixNode/main.cxx +++ b/FixNode/main.cxx @@ -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. //