Index: /trunk/psLib/src/mathtypes/psVector.c
===================================================================
--- /trunk/psLib/src/mathtypes/psVector.c	(revision 9550)
+++ /trunk/psLib/src/mathtypes/psVector.c	(revision 9551)
@@ -9,6 +9,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-10-13 21:13:48 $
+*  @version $Revision: 1.84 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-10-13 23:54:34 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -487,5 +487,5 @@
 }
 
-char* psVectorToString(psVector* vector,
+char* psVectorToString(const psVector* vector,
                        int maxLength)
 {
Index: /trunk/psLib/src/mathtypes/psVector.h
===================================================================
--- /trunk/psLib/src/mathtypes/psVector.h	(revision 9550)
+++ /trunk/psLib/src/mathtypes/psVector.h	(revision 9551)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-26 04:34:28 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 23:54:34 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -176,5 +176,5 @@
  */
 char* psVectorToString(
-    psVector* vector,                  ///< vector to create a string from
+    const psVector* vector,             ///< vector to create a string from
     int maxLength                      ///< the maximum length of the resulting string
 );
