Index: /trunk/psLib/test/collections/tst_psVector_02.c
===================================================================
--- /trunk/psLib/test/collections/tst_psVector_02.c	(revision 1159)
+++ /trunk/psLib/test/collections/tst_psVector_02.c	(revision 1160)
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-30 22:45:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -41,5 +41,6 @@
     psVector *psVec = psVectorAlloc(5, PS_TYPE_PTR);
     printf("Vector size = %d\n", psVec->nalloc);
-    printf("Vector population = %d\n", psVec->n);
+    printf("Vector type = %d\n", psVec->type.type);
+    printf("Vector dimen = %d\n", psVec->type.dimen);
     printFooter(stdout, "psVector", "Create void pointer vector", true);
 
@@ -53,5 +54,4 @@
         mySt[i] = ts;
         psVec->data.PTR[i] = ts;
-        psVec->n++;
         psMemIncrRefCounter(ts);
     }
