Index: trunk/psLib/test/dataManip/tst_psMatrix03.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 3012)
+++ trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 3026)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-12-10 20:00:06 $
+ *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-01-17 22:17:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -108,5 +108,4 @@
     inVector->n = 3;
     luImage32 = (psImage*)psImageAlloc(3, 3, PS_TYPE_F32);
-    perm32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32);
     outVector32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32);
     inVector32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32);
@@ -131,5 +130,5 @@
     printPositiveTestHeader(stdout, "psMatrix", "Calculate LU matrix");
     tempImage = luImage;
-    luImage = psMatrixLUD(luImage, perm, inImage);
+    luImage = psMatrixLUD(luImage, &perm, inImage);
     CHECK_MATRIX(luImage);
     if(luImage->type.dimen != PS_DIMEN_IMAGE) {
@@ -140,5 +139,5 @@
 
     tempImage32 = luImage32;
-    luImage32 = psMatrixLUD(luImage32, perm32, inImage32);
+    luImage32 = psMatrixLUD(luImage32, &perm32, inImage32);
     CHECK_MATRIX(luImage32);
     if(luImage32->type.dimen != PS_DIMEN_IMAGE) {
