Changeset 26031 for trunk/psModules/src/imcombine/pmSubtractionEquation.c
- Timestamp:
- Nov 4, 2009, 2:29:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionEquation.c
r25999 r26031 1016 1016 #define TOL 1.0e-5 1017 1017 int normIndex = PM_SUBTRACTION_INDEX_NORM(kernels); // Index for normalisation 1018 double norm = solution->data.F64[normIndex];// Normalisation1018 double norm = fabs(solution->data.F64[normIndex]); // Normalisation 1019 1019 double thresh = norm * TOL; // Threshold for low parameters 1020 1020 for (int i = 0; i < numKernels; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
