Index: trunk/psLib/test/dataManip/tst_psMatrix01.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix01.c	(revision 2684)
+++ trunk/psLib/test/dataManip/tst_psMatrix01.c	(revision 2686)
@@ -11,6 +11,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-12-10 19:34:49 $
+*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-12-10 20:00:22 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -33,5 +33,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]);                                        \
