IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2010, 5:36:13 PM (16 years ago)
Author:
Paul Price
Message:

Being better about errors and their mapping to exit codes.

File:
1 edited

Legend:

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

    r26899 r26982  
    5959    pmFPAfile *photFile = psMetadataLookupPtr(&mdok, config->files, "PSPHOT.INPUT"); // Photometry file
    6060    if (!pmFPACopy(photFile->fpa, minuendFile->fpa)) {
    61         psError(PS_ERR_UNKNOWN, false, "Unable to copy FPA for photometry");
     61        psError(PPSUB_ERR_CONFIG, false, "Unable to copy FPA for photometry");
    6262        psFree(view);
    6363        return false;
Note: See TracChangeset for help on using the changeset viewer.