Index: trunk/psLib/src/math/psMatrix.h
===================================================================
--- trunk/psLib/src/math/psMatrix.h	(revision 2671)
+++ trunk/psLib/src/math/psMatrix.h	(revision 3026)
@@ -22,6 +22,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-09 20:51:22 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-17 22:17:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -45,5 +45,5 @@
 psImage* psMatrixLUD(
     psImage* outImage,                 ///< Image to return, or NULL.
-    psVector* outPerm,                 ///< Output permutation vector used by psMatrixLUSolve.
+    psVector** outPerm,                ///< Output permutation vector used by psMatrixLUSolve.
     psImage* inImage                   ///< Image to decompose.
 );
