IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 5:13:02 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageConvolve.c

    r4315 r4316  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-06-18 02:30:49 $
     7 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-18 03:13:02 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2727static void freeKernel(psKernel* ptr);
    2828
    29 psKernel* psKernelAlloc(psS32 xMin, psS32 xMax, psS32 yMin, psS32 yMax)
     29psKernel* psKernelAlloc(int xMin, int xMax, int yMin, int yMax)
    3030{
    3131    psKernel* result;
     
    9090                           const psVector* xShifts,
    9191                           const psVector* yShifts,
    92                            psBool relative)
     92                           bool relative)
    9393{
    9494    psS32 lastX;
Note: See TracChangeset for help on using the changeset viewer.