IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16395


Ignore:
Timestamp:
Feb 11, 2008, 3:51:16 PM (18 years ago)
Author:
Paul Price
Message:

Fixing condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r16366 r16395  
    233233    }
    234234    int naxis3 = cellNumReadouts(cell, fits); // Number of planes
    235     if (z < naxis3) {
     235    if (z >= naxis3) {
     236        // No more to read
    236237        return false;
    237238    }
Note: See TracChangeset for help on using the changeset viewer.