Index: trunk/psLib/test/dataManip/tst_psMatrix03.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 2683)
+++ trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 2686)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-12-10 19:11:23 $
+ *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-12-10 20:00:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -36,5 +36,4 @@
         } else if(IMAGE->type.type == PS_TYPE_F32){                                                      \
             if(fabs(IMAGE->data.F32[i][j]-truthMatrix[i][j]) > TOLERANCE) {                              \
-                printf("%lf\n", fabs(IMAGE->data.F32[i][j]-truthMatrix[i][j])),                              \
                 printf("Matrix values at element %d, %d don't agree %f vs %lf\n", i, j,                  \
                        IMAGE->data.F32[i][j], truthMatrix[i][j]);                                        \
