Changeset 4949 for trunk/psphot/src/psphotSortBySN.c
- Timestamp:
- Sep 5, 2005, 8:44:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSortBySN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSortBySN.c
r4946 r4949 4 4 int psphotSortBySN (const void **a, const void **b) 5 5 { 6 p sSource *A = *(psSource **)a;7 p sSource *B = *(psSource **)b;6 pmSource *A = *(pmSource **)a; 7 pmSource *B = *(pmSource **)b; 8 8 9 9 psF32 fA = (A->moments == NULL) ? 0 : A->moments->SN;
Note:
See TracChangeset
for help on using the changeset viewer.
