IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24223


Ignore:
Timestamp:
May 19, 2009, 9:31:25 AM (17 years ago)
Author:
Paul Price
Message:

No need for --inverse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diff_outputs.pl

    r24222 r24223  
    4444my ($input);                    # Input list
    4545my ($products);                 # Products of interest
    46 my ($inverse);                  # Get inverse products too?
    4746
    4847GetOptions(
     
    5453           'skycell_id=s' => \$skycell_id, # Skycell identifier
    5554           'products=s' => \$products, # Products of interest
    56            'inverse' => \$inverse, # Get inverse products?
    5755           ) or die "Unable to parse arguments.\n";
    5856die "Unknown option: @ARGV\n" if @ARGV;
Note: See TracChangeset for help on using the changeset viewer.