1
0
Fork 0

Whups, write out the AirportArea that has been segmented so it fits the

airport to go in the hole.
This commit is contained in:
curt 2000-08-30 14:04:34 +00:00
parent 3802a0385f
commit c9930e784e
2 changed files with 5 additions and 6 deletions

View file

@ -2026,5 +2026,5 @@ void build_airport( string airport_raw, string_list& runways_raw,
string holepath = root + "/AirportArea";
// long int poly_index = poly_index_next();
// write_boundary( holepath, b, hull, poly_index );
split_polygon( holepath, HoleArea, hull );
split_polygon( holepath, HoleArea, divided_hull );
}

View file

@ -23,9 +23,8 @@
# Edit the following values to set up your preferences:
$workdir = "./work";
# $inputfile = "./default.apt";
$inputfile = "default.apt";
$workdir = "/fgfs01/curt/Work";
$inputfile = "./default.apt";
$binary = "./genapts";
$startid = "";
@ -39,7 +38,7 @@ while ( ! $done ) {
# update the nudge value
$nudge += 5;
if ( $nudge > 20 ) {
if ( $nudge > 25 ) {
$nudge = 5;
}
@ -56,7 +55,7 @@ while ( ! $done ) {
while ( <PIPE> ) {
if ( m/Id portion/ ) {
print $_;
# print $_;
}
if ( m/\[FINISHED CORRECTLY\]/ ) {