Index: trunk/psLib/src/collections/psVector.c
===================================================================
--- trunk/psLib/src/collections/psVector.c	(revision 1385)
+++ trunk/psLib/src/collections/psVector.c	(revision 1404)
@@ -8,6 +8,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-04 23:37:39 $
+*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-06 21:50:13 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -117,5 +117,5 @@
 }
 
-psVector *psVectorRecycle( psVector *restrict in, psElemType type, unsigned int nalloc )
+psVector *psVectorRecycle( psVector *restrict in, unsigned int nalloc, psElemType type )
 {
     psElemType elemType;
