IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16847


Ignore:
Timestamp:
Mar 6, 2008, 11:35:17 AM (18 years ago)
Author:
Paul Price
Message:

Avoiding warning about "used uninitialised".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDark.c

    r16841 r16847  
    181181        output->readouts = psArrayRealloc(output->readouts, numTerms);
    182182    }
    183     int outRow0, outCol0;               // Output row0 and col0
     183    int outRow0 = 0, outCol0 = 0;       // Output row0 and col0
    184184    for (int i = 0; i < numTerms; i++) {
    185185        pmReadout *ro = output->readouts->data[i]; // Readout to update
Note: See TracChangeset for help on using the changeset viewer.