IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 3:14:03 PM (20 years ago)
Author:
eugene
Message:

putting include config.h in psphot.h where it belongs

File:
1 edited

Legend:

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

    r8817 r9269  
    7272        // XXX need to put this in the config data...
    7373        // if (fabs(apResid->data.F64[Npsf]) > 0.2) continue;
    74         if (fabs(apResid->data.F64[Npsf]) > MAX_AP_OFFSET) {
     74        if ((MAX_AP_OFFSET > 0) && (fabs(apResid->data.F64[Npsf]) > MAX_AP_OFFSET)) {
    7575            Nfail ++;
    7676            continue;
Note: See TracChangeset for help on using the changeset viewer.