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/ppSubDefineOutput.c

    r26899 r26982  
    5555
    5656    if (!kernels) {
    57         hdu = pmHDUFromCell(refConv->parent);
     57        hdu = pmHDUFromCell(refConv->parent);
    5858        analysis = refConv->analysis;
    5959        kernels = psMetadataLookupPtr(&mdok, analysis, PM_SUBTRACTION_ANALYSIS_KERNEL);
    6060    }
    6161    if (!kernels) {
    62         psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find SUBTRACTION.KERNEL");
     62        psError(PPSUB_ERR_UNKNOWN, true, "Unable to find SUBTRACTION.KERNEL");
    6363        psFree(outRO);
    6464        return false;
Note: See TracChangeset for help on using the changeset viewer.