IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 5:38:37 AM (21 years ago)
Author:
eugene
Message:

adding model tests

File:
1 edited

Legend:

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

    r4129 r4375  
    99    psF32 fA = (A->moments == NULL) ? 0 : A->moments->SN;
    1010    psF32 fB = (B->moments == NULL) ? 0 : B->moments->SN;
     11    if (isnan (fA)) fA = 0;
     12    if (isnan (fB)) fB = 0;
    1113
    1214    psF32 diff = fA - fB;
Note: See TracChangeset for help on using the changeset viewer.