Changed polygon index counter file.
This commit is contained in:
parent
449092be5b
commit
24597f6854
2 changed files with 8 additions and 2 deletions
|
@ -283,7 +283,7 @@ int main( int argc, char **argv ) {
|
||||||
system( command.c_str() );
|
system( command.c_str() );
|
||||||
|
|
||||||
// initialize persistant polygon counter
|
// initialize persistant polygon counter
|
||||||
string counter_file = work_dir + "/polygon.counter";
|
string counter_file = work_dir + "/../work.counter";
|
||||||
poly_index_init( counter_file );
|
poly_index_init( counter_file );
|
||||||
|
|
||||||
fg_gzifstream in( argv[1] );
|
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
|
// Revision 1.9 1999/03/12 22:54:19 curt
|
||||||
// Rearrange a bit of code ...
|
// Rearrange a bit of code ...
|
||||||
//
|
//
|
||||||
|
|
|
@ -73,7 +73,7 @@ int main( int argc, char **argv ) {
|
||||||
system( command.c_str() );
|
system( command.c_str() );
|
||||||
|
|
||||||
// initialize persistant polygon counter
|
// initialize persistant polygon counter
|
||||||
string counter_file = work_dir + "/polygon.counter";
|
string counter_file = work_dir + "/../work.counter";
|
||||||
poly_index_init( counter_file );
|
poly_index_init( counter_file );
|
||||||
|
|
||||||
// initialize structure for building gpc polygons
|
// 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
|
// Revision 1.6 1999/03/02 01:04:28 curt
|
||||||
// Don't crash when work directory doesn't exist ... create it.
|
// Don't crash when work directory doesn't exist ... create it.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue