IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27118


Ignore:
Timestamp:
Mar 1, 2010, 12:18:23 PM (16 years ago)
Author:
bills
Message:

have same_images_of_interest() return false if either request is "bycoord"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r27104 r27118  
    800800    my $r2 = shift;
    801801
     802    return 0 if (($r1->{REQ_TYPE} eq "bycoord") or ($r2->{REQ_TYPE} eq "bycoord"));
    802803    return 0 if ($r1->{PROJECT}  ne $r2->{PROJECT});
    803804    return 0 if ($r1->{JOB_TYPE} ne $r2->{JOB_TYPE});
Note: See TracChangeset for help on using the changeset viewer.