Index: /trunk/psLib/src/mathtypes/psVector.c
===================================================================
--- /trunk/psLib/src/mathtypes/psVector.c	(revision 15069)
+++ /trunk/psLib/src/mathtypes/psVector.c	(revision 15070)
@@ -10,6 +10,6 @@
 *  @author Joshua Hoblitt, University of Hawaii
 *
-*  @version $Revision: 1.97 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-07-17 20:32:02 $
+*  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-09-28 20:59:48 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -477,4 +477,5 @@
     }
 
+    // XXX isn't this line a waste of space?
     psVector *out = psVectorRecycle(outVector, inVector->n, PS_TYPE_S32); // Vector for output
     out = psVectorCreate(out, 0, inVector->n, 1, PS_TYPE_S32);
