Index: trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic01.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic01.c	(revision 1647)
+++ trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic01.c	(revision 1648)
@@ -1,3 +1,3 @@
-/** @file  tst_psMatrix_01.c
+/** @file  tst_psMatrixVectorArithmetic01.c
  *
  *  @brief Test driver for psMatrixVector arithmetic functions
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-08-27 23:29:25 $
+ *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-08-27 23:31:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Index: trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic02.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic02.c	(revision 1647)
+++ trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic02.c	(revision 1648)
@@ -1,4 +1,4 @@
 
-/** @file  tst_psMatrix_02.c
+/** @file  tst_psMatrixVectorArithmetic02.c
  *
  *  @brief Test driver for psMatrixVector arithmetic functions
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-08-14 01:31:30 $
+ *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-08-27 23:31:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -37,5 +37,5 @@
             printf("Calculated: %.2f\n", (double)(TRUTH));                                                   \
         }                                                                                                    \
-    }                                                                                                       \
+    }                                                                                                        \
 }                                                                                                            \
 printf("\n");
@@ -45,5 +45,5 @@
 for(int i=IMAGE->numRows-1; i>-1; i--) {                                                                     \
     for(int j=0; j<IMAGE->numCols; j++) {                                                                    \
-        if(cabs(IMAGE->data.TYPE[i][j])-cabs(TRUTH) > FLT_EPSILON){                                         \
+        if(cabs(IMAGE->data.TYPE[i][j])-cabs(TRUTH) > FLT_EPSILON){                                          \
             printf("ERROR:Truth and calculated values don't match for matrix operation:\n");                 \
             if(PS_IS_PSELEMTYPE_COMPLEX(IMAGE->type.type)) {                                                 \
@@ -57,5 +57,5 @@
                 printf("Calculated: %.2f\n", (double)(TRUTH));                                               \
             }                                                                                                \
-        }                                                                                                   \
+        }                                                                                                    \
     }                                                                                                        \
     printf("\n");                                                                                            \
Index: trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic03.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic03.c	(revision 1647)
+++ trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic03.c	(revision 1648)
@@ -1,3 +1,3 @@
-/** @file  tst_psMatrix_01.c
+/** @file  tst_psMatrixVectorArithmetic03.c
  *
  *  @brief Test driver for psMatrixVector arithmetic functions
@@ -15,6 +15,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-08-06 22:34:06 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-08-27 23:31:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
