- Timestamp:
- Jan 3, 2018, 3:40:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/misc/createRnx3Aliases.pl
r8229 r8230 8 8 # BKG NtripCaster installation. See help for details. 9 9 # 10 # Revision: $Id :$10 # Revision: $Id$ 11 11 # ======================================================================== 12 12 … … 138 138 my $rnx3Name = $fourCharId . "00" . $fields[8]; 139 139 $rnx3Name eq $igs_found[0] 140 || warn 141 "ERROR: wrong country code \"$fields[8]\" for sourcetable stream $fields[1] (IGS: $igs_found[0])\n" 142 ; # die 140 || die 141 "wrong country code \"$fields[8]\" for sourcetable stream $fields[1] (IGS: $igs_found[0])\n"; 143 142 } 144 143 push ( @{ $st{$fourCharId} }, \@fields );
Note:
See TracChangeset
for help on using the changeset viewer.