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.h

    r1897 r1920  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-09-25 02:06:12 $
     14 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-09-28 23:26:48 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8383 */
    8484psVector* psVectorRealloc(
    85     unsigned int nalloc,               ///< Total number of elements to make available.
    86     psVector* restrict psVec           ///< Vector to reallocate.
     85    psVector* restrict psVec,          ///< Vector to reallocate.
     86    unsigned int nalloc                ///< Total number of elements to make available.
    8787);
    8888
Note: See TracChangeset for help on using the changeset viewer.