Changeset 4375 for trunk/psphot/src/by_SN.c
- Timestamp:
- Jun 24, 2005, 5:38:37 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/by_SN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/by_SN.c
r4129 r4375 9 9 psF32 fA = (A->moments == NULL) ? 0 : A->moments->SN; 10 10 psF32 fB = (B->moments == NULL) ? 0 : B->moments->SN; 11 if (isnan (fA)) fA = 0; 12 if (isnan (fB)) fB = 0; 11 13 12 14 psF32 diff = fA - fB;
Note:
See TracChangeset
for help on using the changeset viewer.
