]> git.mxchange.org Git - flightgear.git/commitdiff
Changed polygon index counter file.
authorcurt <curt>
Wed, 17 Mar 1999 23:51:25 +0000 (23:51 +0000)
committercurt <curt>
Wed, 17 Mar 1999 23:51:25 +0000 (23:51 +0000)
GenAirports/main.cxx
ShapeFile/main.cxx

index 12501d0d8acc9d6720ce3c3fad62caa06db6a9e5..fbb937dafc3aab6239c46c623b073285aa679bd1 100644 (file)
@@ -283,7 +283,7 @@ int main( int argc, char **argv ) {
     system( command.c_str() );
 
     // initialize persistant polygon counter
     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] );
     poly_index_init( counter_file );
 
     fg_gzifstream in( argv[1] );
@@ -344,6 +344,9 @@ int main( int argc, char **argv ) {
 
 
 // $Log$
 
 
 // $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 ...
 //
 // Revision 1.9  1999/03/12 22:54:19  curt
 // Rearrange a bit of code ...
 //
index b123d26b70248218c6e47aa7beae88380feb2b3f..f85ec18b40d1d1ef7675c3edff1b056564333b5f 100644 (file)
@@ -73,7 +73,7 @@ int main( int argc, char **argv ) {
     system( command.c_str() );
 
     // initialize persistant polygon counter
     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
     poly_index_init( counter_file );
 
     // initialize structure for building gpc polygons
@@ -265,6 +265,9 @@ int main( int argc, char **argv ) {
 
 
 // $Log$
 
 
 // $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.
 //
 // Revision 1.6  1999/03/02 01:04:28  curt
 // Don't crash when work directory doesn't exist ... create it.
 //