Changeset 25027 for branches/pap/tools/diff_inputs.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/diff_inputs.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/tools/diff_inputs.pl
r21427 r25027 28 28 my ($diff_id, $skycell_id); # Diff and skycell of interest 29 29 my ($input); # Input list 30 my ($muggle); # No magicked inputs? 30 31 31 32 GetOptions( … … 37 38 'skycell_id=s' => \$skycell_id, # Skycell identifier 38 39 'input=s' => \$input, # Input list to generate 40 'muggle' => \$muggle, # No magicked inputs? 39 41 ) or die "Unable to parse arguments.\n"; 40 42 die "Unknown option: @ARGV\n" if @ARGV; … … 88 90 if (defined $warp) { 89 91 copy_extensions( $warp, WARP_EXTENSIONS() ); 92 if (defined $muggle) { 93 my @warp = split /\//, $warp; 94 my $last = pop @warp; 95 push @warp, "SR_$last"; 96 $warp = join '/', @warp; 97 copy_extensions( $warp, WARP_EXTENSIONS() ); 98 } 90 99 } elsif (defined $stack) { 91 100 copy_extensions( $stack, STACK_EXTENSIONS() );
Note:
See TracChangeset
for help on using the changeset viewer.
