IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17627


Ignore:
Timestamp:
May 9, 2008, 5:04:18 PM (18 years ago)
Author:
Paul Price
Message:

Fix compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r17626 r17627  
    479479        for (int i = 0; i < num; i++) {
    480480            pmReadout *ro = readouts->data[i]; // Readout of interest
    481             if (!readout) {
     481            if (!ro) {
    482482                // Bad image
    483483                numRejected++;
Note: See TracChangeset for help on using the changeset viewer.