Index: /trunk/psLib/src/collections/psVector.h
===================================================================
--- /trunk/psLib/src/collections/psVector.h	(revision 661)
+++ /trunk/psLib/src/collections/psVector.h	(revision 662)
@@ -19,6 +19,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-13 19:28:35 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-13 19:43:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -128,6 +128,6 @@
  */
 psVector *psVectorAlloc(
-    psType type,                        ///< Type of data to be held by vector.
-    unsigned int nalloc                 ///< Total number of elements to make available.
+    psElemType dataType,    ///< Type of data to be held by vector.
+    int nalloc              ///< Total number of elements to make available.
 );
 
Index: /trunk/psLib/src/mathtypes/psVector.h
===================================================================
--- /trunk/psLib/src/mathtypes/psVector.h	(revision 661)
+++ /trunk/psLib/src/mathtypes/psVector.h	(revision 662)
@@ -19,6 +19,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-13 19:28:35 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-13 19:43:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -128,6 +128,6 @@
  */
 psVector *psVectorAlloc(
-    psType type,                        ///< Type of data to be held by vector.
-    unsigned int nalloc                 ///< Total number of elements to make available.
+    psElemType dataType,    ///< Type of data to be held by vector.
+    int nalloc              ///< Total number of elements to make available.
 );
 
