IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2007, 9:08:57 AM (19 years ago)
Author:
Paul Price
Message:

Fixing uninitialised variable warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r14356 r14797  
    154154            }
    155155
    156             float shutterRef;           // Reference shutter correction
     156            float shutterRef = NAN;     // Reference shutter correction
    157157            if (options->shutter) {
    158158                shutterRef = pmShutterCorrectionReference(shutters->data[cellNum]);
Note: See TracChangeset for help on using the changeset viewer.