IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2010, 4:26:50 PM (16 years ago)
Author:
Paul Price
Message:

Reworking error codes to get consistent exit codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformTile.c

    r23487 r27096  
    9898            psImageMaskType maskValue = inMaskData ? inMaskData[(int)yIn][(int)xIn] : 0; // Value of mask
    9999            if (!psImageInterpolate(&imageValue, &varValue, &maskValue, xIn, yIn, args->interp)) {
    100                 psError(PS_ERR_UNKNOWN, false, "Unable to interpolate image.");
     100                psError(psErrorCodeLast(), false, "Unable to interpolate image.");
    101101                return false;
    102102            }
Note: See TracChangeset for help on using the changeset viewer.