Index: trunk/psLib/src/math/psMatrix.h
===================================================================
--- trunk/psLib/src/math/psMatrix.h	(revision 4321)
+++ trunk/psLib/src/math/psMatrix.h	(revision 4385)
@@ -21,6 +21,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-20 22:42:29 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-25 00:51:28 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -74,6 +74,6 @@
  */
 psImage* psMatrixInvert(
-    psImage* outImage,                 ///< Image to return, or NULL for in-place substitution.
-    const psImage* inImage,            ///< Image to be inverted
+    psImage* out,                 ///< Image to return, or NULL for in-place substitution.
+    const psImage* in,            ///< Image to be inverted
     float *det                         ///< Determinant to return, or NULL
 );
