IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2010, 6:42:01 PM (16 years ago)
Author:
Paul Price
Message:

Reworked ppStack to be better about error codes and their translation to exit codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.c

    r26260 r27004  
    10081008    if (!pmReadoutStackValidate(&minInputCols, &maxInputCols, &minInputRows, &maxInputRows, &xSize, &ySize,
    10091009                                stack)) {
    1010         psError(PS_ERR_UNKNOWN, false, "Input stack is not valid.");
     1010        psError(psErrorCodeLast(), false, "Input stack is not valid.");
    10111011        psFree(stack);
    10121012        return false;
Note: See TracChangeset for help on using the changeset viewer.