Index: /trunk/psLib/src/mathtypes/psVector.c
===================================================================
--- /trunk/psLib/src/mathtypes/psVector.c	(revision 6885)
+++ /trunk/psLib/src/mathtypes/psVector.c	(revision 6886)
@@ -9,6 +9,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-28 02:53:03 $
+*  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-04-18 22:12:28 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -457,4 +457,5 @@
     // extract the indices to the output vector
     outVector = psVectorRecycle(outVector, N, PS_TYPE_U32);
+    outVector->n = N;
     psU32* outData = outVector->data.U32;
     for (int i = 0; i < N; i++) {
