IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2015, 4:40:39 PM (11 years ago)
Author:
watersc1
Message:

Fix typos and be more restrictive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/diff_skycell.pl

    r38070 r38071  
    138138    $diff_type = "SS";
    139139}
    140 elsif (((${ $files }[0]->{stack_id} != 0)&&(${ $files }[1]->{stack_id} != 0))||
    141        ((${ $files }[0]->{stack_id} != 0)&&(${ $files }[1]->{stack_id} != 0))) {
     140elsif (((${ $files }[0]->{warp_id} != 0)&&(${ $files }[1]->{stack_id} != 0))) {
    142141    $diff_type = "WS";
    143142}
Note: See TracChangeset for help on using the changeset viewer.