Index: trunk/psLib/src/collections/psVector.h
===================================================================
--- trunk/psLib/src/collections/psVector.h	(revision 4212)
+++ trunk/psLib/src/collections/psVector.h	(revision 4330)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-10 21:46:46 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -101,6 +101,6 @@
 psVector *psVectorExtend(
     psVector *vector,                  ///< Vector to extend
-    int delta,                         ///< Amount to expand allocation, if necessary
-    int nExtend                        ///< Number of elements to add to vector length
+    long delta,                        ///< Amount to expand allocation, if necessary
+    long nExtend                       ///< Number of elements to add to vector length
 );
 
@@ -132,6 +132,6 @@
  */
 psVector* psVectorCopy(
-    psVector* out,                     ///< if non-NULL, a psVector to recycle
-    const psVector* in,                ///< the vector to copy.
+    psVector* output,                  ///< if non-NULL, a psVector to recycle
+    const psVector* input,             ///< the vector to copy.
     psElemType type                    ///< the data type of the resulting psVector
 );
