IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2004, 9:43:49 AM (22 years ago)
Author:
harman
Message:

Changed allocation argument list

File:
1 edited

Legend:

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

    r661 r662  
    1919 *  @author Ross Harman, MHPCC
    2020 *   
    21  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-05-13 19:28:35 $
     21 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2004-05-13 19:43:49 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    128128 */
    129129psVector *psVectorAlloc(
    130     psType type,                        ///< Type of data to be held by vector.
    131     unsigned int nalloc                 ///< Total number of elements to make available.
     130    psElemType dataType,    ///< Type of data to be held by vector.
     131    int nalloc              ///< Total number of elements to make available.
    132132);
    133133
Note: See TracChangeset for help on using the changeset viewer.