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.

Location:
trunk/ppStack/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src

    • Property svn:ignore
      •  

        old new  
        1010stamp-h1
        1111ppStackVersionDefinitions.h
         12ppStackErrorCodes.c
         13ppStackErrorCodes.h
  • trunk/ppStack/src/ppStackCleanup.c

    r26184 r27004  
    5050        if (!pmReadoutRebin(ro1, options->outRO, maskValue, bin1, bin1) ||
    5151            !pmReadoutRebin(ro2, ro1, 0, bin2, bin2)) {
    52             psError(PS_ERR_UNKNOWN, false, "Unable to bin output.");
     52            psError(PPSTACK_ERR_DATA, false, "Unable to bin output.");
    5353            psFree(ro1);
    5454            psFree(ro2);
Note: See TracChangeset for help on using the changeset viewer.