IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2007, 11:19:10 AM (19 years ago)
Author:
Paul Price
Message:

Errors in the loop are not necessarily programming errors, but more likely data errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStack.c

    r14844 r15394  
    4444    if (!ppStackLoop(config)) {
    4545        psErrorStackPrint(stderr, "Error performing combination.\n");
    46         exitValue = PS_EXIT_PROG_ERROR;
     46        exitValue = PS_EXIT_DATA_ERROR;
    4747        goto die;
    4848    }
Note: See TracChangeset for help on using the changeset viewer.