IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2005, 8:44:00 PM (21 years ago)
Author:
eugene
Message:

adding pmObjects stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSortBySN.c

    r4946 r4949  
    44int psphotSortBySN (const void **a, const void **b)
    55{
    6     psSource *A = *(psSource **)a;
    7     psSource *B = *(psSource **)b;
     6    pmSource *A = *(pmSource **)a;
     7    pmSource *B = *(pmSource **)b;
    88
    99    psF32 fA = (A->moments == NULL) ? 0 : A->moments->SN;
Note: See TracChangeset for help on using the changeset viewer.