IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2010, 4:17:29 PM (16 years ago)
Author:
rhenders
Message:

Error handling changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPspsBatchDifference.c

    r27431 r27686  
    1414  \brief Loops round all the diff cmf files (one per skycell) and generates one FITS 
    1515  */
    16 bool ippToPsps_batchDifference(IppToPsps *this) {
     16int ippToPsps_batchDifference(IppToPsps *this) {
    1717
    18     if (this->numOfInputFiles < 1) return false;
     18    if (this->numOfInputFiles < 1) return PS_EXIT_DATA_ERROR;
    1919
    2020    uint32_t skycell = 0; // TODO
     
    116116    }
    117117
    118     return true;
     118    return PS_EXIT_SUCCESS;
    119119}
Note: See TracChangeset for help on using the changeset viewer.