Index: /trunk/psLib/test/dataManip/tst_psMatrix03.c
===================================================================
--- /trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 1180)
+++ /trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 1181)
@@ -6,14 +6,14 @@
  *     A)  Create input and output images and vectors
  *     B)  Calculate LU matrix
- *     C)  Determine solution to matrix equation  
+ *     C)  Determine solution to matrix equation
  *     D)  Free input and output images and vectors
  *     E)  Attempt to use null image input argument
  *     F)  Attempt to use null input vector argument
  *     G)  ttempt to use null LU image argument
- * 
+ *
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-23 23:00:17 $
+ *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-07-01 23:29:34 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -94,5 +94,5 @@
     outVector = psMatrixLUSolve(outVector, luImage, inVector, perm);
     PRINT_VECTOR(outVector);
-    if(outVector->type.type != PS_DIMEN_VECTOR) {
+    if(outVector->type.dimen != PS_DIMEN_VECTOR) {
         printf("Error: Resulting image is not PS_DIMEN_VECTOR\n");
     } else if(outVector != tempVector) {
