IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2005, 11:38:19 AM (21 years ago)
Author:
drobbin
Message:

made revisions based on psLib SDRS rev. 15

File:
1 edited

Legend:

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

    r3702 r4534  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-15 00:12:09 $
     7 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-07-11 21:38:19 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    121121    psS32 x[] = { 0, 1, 0, -1, 0 };
    122122    psS32 y[] = { 2, 1, -1, -2, 0 };
    123     psKernelType sum;
     123    float sum;
    124124
    125125    psVector* xVec = psVectorAlloc(size,PS_TYPE_U32);
Note: See TracChangeset for help on using the changeset viewer.