IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35817


Ignore:
Timestamp:
Jul 12, 2013, 4:34:48 PM (13 years ago)
Author:
watersc1
Message:

More uninitialized value complaints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionSimple.c

    r35814 r35817  
    7676  // We've already validated the input values at this level
    7777  float sig2fwhm = 2.0 * sqrt(2.0 * log(2.0));
    78   float fwhm1,fwhm2;
    79   float sigma1,sigma2,sigmaKern;
     78  float fwhm1 = 0,fwhm2 = 0;
     79  float sigma1 = 0,sigma2 = 0,sigmaKern = 0;
    8080  float chisq = 1.0;
    8181  int convolution_direction = 0;
Note: See TracChangeset for help on using the changeset viewer.