Index: trunk/psLib/src/math/psMatrix.h
===================================================================
--- trunk/psLib/src/math/psMatrix.h	(revision 7102)
+++ trunk/psLib/src/math/psMatrix.h	(revision 9538)
@@ -21,6 +21,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-10 00:49:38 $
+ *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 21:13:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -69,6 +69,6 @@
  */
 bool psMatrixGJSolve(
-    psImage *a,                        ///< Matrix to be solved
-    psVector *b                        ///< Vector of values
+    psImage *a,                   ///< Matrix to be solved
+    psVector *b                   ///< Vector of values
 );
 
