Changeset 35817
- Timestamp:
- Jul 12, 2013, 4:34:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionSimple.c
r35814 r35817 76 76 // We've already validated the input values at this level 77 77 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; 80 80 float chisq = 1.0; 81 81 int convolution_direction = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
