IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2008, 5:32:20 PM (18 years ago)
Author:
Paul Price
Message:

Declaration wasn't early enough.

File:
1 edited

Legend:

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

    r16190 r16191  
    257257
    258258        // Custom floating-point
     259        bool mdok;                      // Status of MD lookup
    259260        const char *floatName = psMetadataLookupStr(&mdok, scheme, "FLOAT"); // Name of custom float
    260261        if (mdok && floatName) {
     
    268269
    269270        // Scaling options
    270         bool mdok;                  // Status of MD lookup
    271271        const char *scalingString = psMetadataLookupStr(&mdok, scheme, "SCALING"); // Scaling name
    272272        if (scalingString) {
Note: See TracChangeset for help on using the changeset viewer.