Index: /trunk/psLib/test/collections/tst_psVector_01.c
===================================================================
--- /trunk/psLib/test/collections/tst_psVector_01.c	(revision 1115)
+++ /trunk/psLib/test/collections/tst_psVector_01.c	(revision 1116)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-29 02:18:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -43,5 +43,4 @@
     for(int i = 0; i < 5; i++) {
         psVec->data.S32[i] = i*10;
-        psVec->n++;
         printf("Elem %d = %d\n", i, psVec->data.S32[i]);
     }
Index: /trunk/psLib/test/collections/tst_psVector_03.c
===================================================================
--- /trunk/psLib/test/collections/tst_psVector_03.c	(revision 1115)
+++ /trunk/psLib/test/collections/tst_psVector_03.c	(revision 1116)
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-29 02:19:48 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -52,5 +52,4 @@
         mySt[i] = ts;
         psVec->data.PTR[i] = ts;
-        psVec->n++;
     }
 
