IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageInterpolate.c

    r3446 r3682  
    55 * @author Eric Van Alst, MHPCC
    66 *
    7  * @version $Revision: 1.5 $
     7 * @version $Revision: 1.6 $
    88 *          $Name: not supported by cvs2svn $
    9  * @date $Date: 2005-03-18 02:35:15 $
     9 * @date $Date: 2005-04-07 20:27:42 $
    1010 *
    1111 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1414
    1515#include "psTest.h"
    16 #include "pslib.h"
     16#include "pslib_strict.h"
    1717
    1818#define GENIMAGE(img,c,r,TYP,valueFcn) \
     
    100100
    101101    // Perform interpolation with invalid input image type
    102     img1 = psImageAlloc(10,10,PS_TYPE_PTR);
     102    img1 = psImageAlloc(10,10,PS_TYPE_BOOL);
    103103    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message");
    104104    val = psImagePixelInterpolate(img1,1.2,1.2,NULL,0,10.0,PS_INTERPOLATE_FLAT);
Note: See TracChangeset for help on using the changeset viewer.