From 1f212f47e2dceeb9944f0ac203f6d8b2b5aa32dc Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 7 Jul 2003 21:19:59 +0000 Subject: [PATCH] Script tweak. --- scripts/perl/dafif/build_ils.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/perl/dafif/build_ils.pl b/scripts/perl/dafif/build_ils.pl index 276b987f6..a289f444e 100755 --- a/scripts/perl/dafif/build_ils.pl +++ b/scripts/perl/dafif/build_ils.pl @@ -81,7 +81,7 @@ sub load_dafift() { $CodesByICAO{$icao} = 1; # print "$F[0] - $icao\n"; $Elevations{$icao} = $F[11]; - print "$icao $F[11]\n"; + # print "$icao $F[11]\n"; } # Load the DAFIFT ils file @@ -425,7 +425,8 @@ sub fix_localizer() { ######################################################################## -# Run through the final ils list and adjust the heading to match the runway +# Run through the final ils list and fixup any missing glide slope elevations +# to match that of the field elevation. ######################################################################## sub fudge_missing_gs_elev() { -- 2.39.5