Index: /trunk/psLib/src/dataManip/psMatrix.c
===================================================================
--- /trunk/psLib/src/dataManip/psMatrix.c	(revision 769)
+++ /trunk/psLib/src/dataManip/psMatrix.c	(revision 770)
@@ -20,6 +20,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-24 21:09:39 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-24 23:30:52 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -180,5 +180,5 @@
     perm.size = numCols;
     outPerm->n = numCols;
-    perm.data = outPerm->vec.ui32;
+    perm.data = outPerm->vec.v;
     lu.size1 = numRows;
     lu.size2 = numCols;
@@ -219,5 +219,5 @@
 
     perm.size = inPerm->n;
-    perm.data = inPerm->vec.ui32;
+    perm.data = inPerm->vec.v;
 
     b.size = inVector->n;
Index: /trunk/psLib/src/math/psMatrix.c
===================================================================
--- /trunk/psLib/src/math/psMatrix.c	(revision 769)
+++ /trunk/psLib/src/math/psMatrix.c	(revision 770)
@@ -20,6 +20,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-24 21:09:39 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-24 23:30:52 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -180,5 +180,5 @@
     perm.size = numCols;
     outPerm->n = numCols;
-    perm.data = outPerm->vec.ui32;
+    perm.data = outPerm->vec.v;
     lu.size1 = numRows;
     lu.size2 = numCols;
@@ -219,5 +219,5 @@
 
     perm.size = inPerm->n;
-    perm.data = inPerm->vec.ui32;
+    perm.data = inPerm->vec.v;
 
     b.size = inVector->n;
