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] );
// $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 ...
//
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
// $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.
//