IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2004, 1:26:49 PM (22 years ago)
Author:
desonia
Message:

changed function prototypes to match changes in the SDRS.

File:
1 edited

Legend:

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

    r1897 r1920  
    1010*  @author Robert DeSonia, MHPCC
    1111*
    12 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-09-25 02:06:12 $
     12*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-09-28 23:26:48 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6464}
    6565
    66 psVector* psVectorRealloc(unsigned int nalloc, psVector* restrict in)
     66psVector* psVectorRealloc(psVector* restrict in, unsigned int nalloc)
    6767{
    6868    int elementSize = 0;
Note: See TracChangeset for help on using the changeset viewer.