IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11532


Ignore:
Timestamp:
Jan 31, 2007, 5:31:42 PM (19 years ago)
Author:
eugene
Message:

pedantic inits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroUtils.c

    r11472 r11532  
    1919    // (microns/pixel), which may depend on the chip
    2020
    21     float pixelScaleUse, pixelScale1,  pixelScale2,  pixelScale;
     21    float pixelScaleUse = 1.0, pixelScale1 = 1.0,  pixelScale2 = 1.0,  pixelScale = 1.0;
    2222
    2323    char *option = psMetadataLookupStr (NULL, recipe, "PSASTRO.COMMON.SCALE.OPTION");
Note: See TracChangeset for help on using the changeset viewer.