IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35924


Ignore:
Timestamp:
Aug 8, 2013, 2:24:20 PM (13 years ago)
Author:
bills
Message:

don't return true or false from function that returns float. Return NAN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubMatchPSFs.c

    r35240 r35924  
    5757    if (!pmFPACopy(photFile->fpa, ro->parent->parent->parent)) {
    5858        psError(PPSUB_ERR_CONFIG, false, "Unable to copy FPA for photometry");
    59         return false;
     59        return NAN;
    6060    }
    6161
     
    7676        psWarning("Unable to determine PSF.");
    7777        psFree(view);
    78         return true;
     78        return NAN;
    7979    }
    8080    psFree(view);
Note: See TracChangeset for help on using the changeset viewer.