IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2008, 4:56:11 PM (18 years ago)
Author:
Paul Price
Message:

Mask value going in to psImageInterpolate needs to be initialised.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageGeomManip.c

    r16910 r19146  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2008-03-11 00:41:30 $
     12 *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2008-08-21 02:56:11 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    709709            float x = col + 0.5 - dx; \
    710710            double value; \
    711             psMaskType valueMask; \
     711            psMaskType valueMask = 0; \
    712712            if (!psImageInterpolate(&value, NULL, &valueMask, x, y, interp)) { \
    713713                psError(PS_ERR_UNKNOWN, false, "Unable to interpolate image."); \
Note: See TracChangeset for help on using the changeset viewer.