diff --git a/GenAirports/main.cxx b/GenAirports/main.cxx index 12501d0d8..fbb937daf 100644 --- a/GenAirports/main.cxx +++ b/GenAirports/main.cxx @@ -283,7 +283,7 @@ int main( int argc, char **argv ) { system( command.c_str() ); // initialize persistant polygon counter - string counter_file = work_dir + "/polygon.counter"; + string counter_file = work_dir + "/../work.counter"; poly_index_init( counter_file ); fg_gzifstream in( argv[1] ); @@ -344,6 +344,9 @@ int main( int argc, char **argv ) { // $Log$ +// Revision 1.10 1999/03/17 23:51:25 curt +// Changed polygon index counter file. +// // Revision 1.9 1999/03/12 22:54:19 curt // Rearrange a bit of code ... // diff --git a/ShapeFile/main.cxx b/ShapeFile/main.cxx index b123d26b7..f85ec18b4 100644 --- a/ShapeFile/main.cxx +++ b/ShapeFile/main.cxx @@ -73,7 +73,7 @@ int main( int argc, char **argv ) { system( command.c_str() ); // initialize persistant polygon counter - string counter_file = work_dir + "/polygon.counter"; + string counter_file = work_dir + "/../work.counter"; poly_index_init( counter_file ); // initialize structure for building gpc polygons @@ -265,6 +265,9 @@ int main( int argc, char **argv ) { // $Log$ +// Revision 1.7 1999/03/17 23:51:29 curt +// Changed polygon index counter file. +// // Revision 1.6 1999/03/02 01:04:28 curt // Don't crash when work directory doesn't exist ... create it. //