Changeset 30751
- Timestamp:
- Feb 24, 2011, 12:45:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmPeaks.c
r29004 r30751 220 220 pmPeak *B = *(pmPeak **)b; 221 221 222 psF32 fA = A-> SN;223 psF32 fB = B-> SN;222 psF32 fA = A->flux; 223 psF32 fB = B->flux; 224 224 if (isnan (fA)) fA = 0; 225 225 if (isnan (fB)) fB = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
