Changeset 4330 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.h
r4212 r4330 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 5$ $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 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 101 101 psVector *psVectorExtend( 102 102 psVector *vector, ///< Vector to extend 103 int delta,///< Amount to expand allocation, if necessary104 int nExtend///< Number of elements to add to vector length103 long delta, ///< Amount to expand allocation, if necessary 104 long nExtend ///< Number of elements to add to vector length 105 105 ); 106 106 … … 132 132 */ 133 133 psVector* psVectorCopy( 134 psVector* out ,///< if non-NULL, a psVector to recycle135 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. 136 136 psElemType type ///< the data type of the resulting psVector 137 137 );
Note:
See TracChangeset
for help on using the changeset viewer.
