Index: trunk/psLib/src/collections/psVector.c
===================================================================
--- trunk/psLib/src/collections/psVector.c	(revision 1073)
+++ trunk/psLib/src/collections/psVector.c	(revision 1103)
@@ -8,6 +8,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-26 00:24:30 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -74,5 +74,5 @@
     psVec->type.type = elemType;
     psVec->nalloc = nalloc;
-    psVec->n = 0;
+    psVec->n = nalloc;
 
     // Create vector data array
