Index: trunk/psLib/test/dataManip/tst_psMatrix03.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 884)
+++ trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 897)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-05 01:23:08 $
+ *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-07 20:25:03 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -81,5 +81,5 @@
     luImage = psMatrixLUD(luImage, perm, inImage);
     PRINT_MATRIX(luImage);
-    if(luImage->type.type != PS_DIMEN_IMAGE) {
+    if(luImage->type.dimen != PS_DIMEN_IMAGE) {
         printf("Error: Resulting image is not PS_DIMEN_IMAGE\n");
     } else if(luImage != tempImage) {
