IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28381


Ignore:
Timestamp:
Jun 16, 2010, 6:27:52 PM (16 years ago)
Author:
watersc1
Message:

!= =

assignment instead of comparison kills diff jpegs.

File:
1 edited

Legend:

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

    r28375 r28381  
    178178        my $state      = $imfile->{data_state};
    179179        my $projection_cell = $skycell_id;
    180         if ($quality == 8007 or $quality = 1010 or $state ne 'full') {
     180        if ($quality == 8007 or $quality == 1010 or $state ne 'full') {
    181181            next;
    182182        }
Note: See TracChangeset for help on using the changeset viewer.