IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2009, 2:33:03 PM (17 years ago)
Author:
Paul Price
Message:

Unique error code for when we can't find stamps --- it indicates a data quality error, rather than an error in the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/imcombine/pmSubtractionStamps.c

    r21363 r23656  
    2020#include "pmModel.h"
    2121#include "pmSource.h"
    22 
     22#include "pmErrorCodes.h"
    2323
    2424#include "pmSubtraction.h"
     
    355355    if (numGood == 0 && numFound == 0) {
    356356        // No good stamps
     357        psError(PM_ERR_STAMPS, true, "Unable to find suitable stamps");
    357358        psFree(stamps);
    358359        return NULL;
Note: See TracChangeset for help on using the changeset viewer.