IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 5:01:37 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4212 r4330  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-10 21:46:46 $
     13 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-21 03:01:37 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    101101psVector *psVectorExtend(
    102102    psVector *vector,                  ///< Vector to extend
    103     int delta,                         ///< Amount to expand allocation, if necessary
    104     int nExtend                        ///< Number of elements to add to vector length
     103    long delta,                        ///< Amount to expand allocation, if necessary
     104    long nExtend                       ///< Number of elements to add to vector length
    105105);
    106106
     
    132132 */
    133133psVector* psVectorCopy(
    134     psVector* out,                     ///< if non-NULL, a psVector to recycle
    135     const psVector* in,                ///< the vector to copy.
     134    psVector* output,                  ///< if non-NULL, a psVector to recycle
     135    const psVector* input,             ///< the vector to copy.
    136136    psElemType type                    ///< the data type of the resulting psVector
    137137);
Note: See TracChangeset for help on using the changeset viewer.