IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2005, 5:04:35 PM (21 years ago)
Author:
drobbin
Message:

made changes based on revisions in psLib SDRS rev. 15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psPixels.c

    r4401 r4457  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-27 20:38:12 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-07-06 03:04:35 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5555}
    5656
    57 psPixels* psPixelsAlloc(psU32 nalloc)
     57psPixels* psPixelsAlloc(long nalloc)
    5858{
    5959    psPixels* out = psAlloc(sizeof(psPixels));
     
    7272}
    7373
    74 psPixels* psPixelsRealloc(psPixels* pixels, psU32 nalloc)
     74psPixels* psPixelsRealloc(psPixels* pixels, long nalloc)
    7575{
    7676    if (pixels == NULL) {
     
    9494}
    9595
    96 psPixels* p_psPixelsAppend(psPixels* pixels, int growth, psS32 x, psS32 y)
     96psPixels* p_psPixelsAppend(psPixels* pixels, long growth, int x, int y)
    9797{
    9898    if (growth < 1) {
Note: See TracChangeset for help on using the changeset viewer.