Index: trunk/psLib/src/dataManip/psMatrix.c
===================================================================
--- trunk/psLib/src/dataManip/psMatrix.c	(revision 1407)
+++ trunk/psLib/src/dataManip/psMatrix.c	(revision 1440)
@@ -21,6 +21,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-07 00:06:06 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:34:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -160,5 +160,5 @@
 /*****************************************************************************/
 
-psImage *psMatrixLUD(psImage * outImage, psVector * outPerm, psImage * inImage)
+psImage* psMatrixLUD(psImage* outImage, psVector* outPerm, psImage* inImage)
 {
     int signum = 0;
@@ -205,6 +205,6 @@
 }
 
-psVector *psMatrixLUSolve(psVector * outVector, const psImage * inImage, const psVector * inVector, const
-                          psVector * inPerm)
+psVector* psMatrixLUSolve(psVector* outVector, const psImage* inImage, const psVector* inVector, const
+                          psVector* inPerm)
 {
     int arraySize = 0;
@@ -258,5 +258,5 @@
 }
 
-psImage *psMatrixInvert(psImage * outImage, const psImage * inImage, float *restrict det)
+psImage* psMatrixInvert(psImage* outImage, const psImage* inImage, float *restrict det)
 {
     int signum = 0;
@@ -312,5 +312,5 @@
 }
 
-float *psMatrixDeterminant(const psImage * restrict inImage)
+float *psMatrixDeterminant(const psImage* restrict inImage)
 {
     int signum = 0;
@@ -354,5 +354,5 @@
 }
 
-psImage *psMatrixMultiply(psImage * outImage, psImage * inImage1, psImage * inImage2)
+psImage* psMatrixMultiply(psImage* outImage, psImage* inImage1, psImage* inImage2)
 {
     int arraySize = 0;
@@ -396,5 +396,5 @@
 }
 
-psImage *psMatrixTranspose(psImage * outImage, const psImage * inImage)
+psImage* psMatrixTranspose(psImage* outImage, const psImage* inImage)
 {
     int arraySize = 0;
@@ -433,5 +433,5 @@
 }
 
-psImage *psMatrixEigenvectors(psImage * outImage, psImage * inImage)
+psImage* psMatrixEigenvectors(psImage* outImage, psImage* inImage)
 {
     int numRows = 0;
@@ -477,5 +477,5 @@
 }
 
-psVector *psMatrixToVector(psVector * outVector, psImage * inImage)
+psVector* psMatrixToVector(psVector* outVector, psImage* inImage)
 {
     int size = 0;
@@ -536,5 +536,5 @@
 }
 
-psImage *psVectorToMatrix(psImage * outImage, psVector * inVector)
+psImage* psVectorToMatrix(psImage* outImage, psVector* inVector)
 {
     int size = 0;
