Index: /trunk/psLib/test/math/tst_psHist00.c
===================================================================
--- /trunk/psLib/test/math/tst_psHist00.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psHist00.c	(revision 4859)
@@ -12,4 +12,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psHistogram *myHist = NULL;
     psS32 testStatus      = true;
Index: /trunk/psLib/test/math/tst_psHist01.c
===================================================================
--- /trunk/psLib/test/math/tst_psHist01.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psHist01.c	(revision 4859)
@@ -12,4 +12,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psHistogram *myHist = NULL;
     psVector *myBounds  = NULL;
Index: /trunk/psLib/test/math/tst_psHist02.c
===================================================================
--- /trunk/psLib/test/math/tst_psHist02.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psHist02.c	(revision 4859)
@@ -16,4 +16,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psHistogram * myHist = NULL;
     psHistogram *myHist2 = NULL;
Index: /trunk/psLib/test/math/tst_psHist03.c
===================================================================
--- /trunk/psLib/test/math/tst_psHist03.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psHist03.c	(revision 4859)
@@ -14,4 +14,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psHistogram *myHist = NULL;
     psVector *myBounds  = NULL;
Index: /trunk/psLib/test/math/tst_psMatrix01.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrix01.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrix01.c	(revision 4859)
@@ -11,6 +11,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-07-13 02:47:00 $
+*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-08-24 01:24:24 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -43,4 +43,5 @@
 psS32 main( psS32 argc, char* argv[] )
 {
+    psLogSetFormat("HLNM");
     psImage * tempImage = NULL;
 
Index: /trunk/psLib/test/math/tst_psMatrix02.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrix02.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrix02.c	(revision 4859)
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-13 02:47:00 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-08-24 01:24:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -25,4 +25,5 @@
            char* argv[])
 {
+    psLogSetFormat("HLNM");
     psImage *nullImage = NULL;
     psImage *inImage = (psImage*)psImageAlloc(3, 3, PS_TYPE_F64);
Index: /trunk/psLib/test/math/tst_psMatrix03.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrix03.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrix03.c	(revision 4859)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-13 02:47:00 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-08-24 01:24:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -61,4 +61,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     psImage *luImage = NULL;
     psImage *inImage = NULL;
Index: /trunk/psLib/test/math/tst_psMatrix04.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrix04.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrix04.c	(revision 4859)
@@ -13,6 +13,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-21 01:40:10 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-08-24 01:24:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -50,4 +50,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     float det = 0.0f;
     float det2 = 0;
Index: /trunk/psLib/test/math/tst_psMatrix05.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrix05.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrix05.c	(revision 4859)
@@ -10,6 +10,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-07-13 02:47:00 $
+*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-08-24 01:24:24 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -43,4 +43,5 @@
             char* argv[] )
 {
+    psLogSetFormat("HLNM");
     psImage * outImage = NULL;
     psImage *inImage1 = NULL;
Index: /trunk/psLib/test/math/tst_psMatrix06.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrix06.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrix06.c	(revision 4859)
@@ -10,6 +10,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-07-13 02:47:00 $
+*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-08-24 01:24:24 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -42,4 +42,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     psImage * outImage = NULL;
     psImage *inImage = NULL;
Index: /trunk/psLib/test/math/tst_psMatrix07.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrix07.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrix07.c	(revision 4859)
@@ -16,6 +16,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-13 02:47:00 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-08-24 01:24:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -64,4 +64,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     psVector *v1 = NULL;
     psVector *v1_32 = NULL;
Index: /trunk/psLib/test/math/tst_psMatrixVectorArithmetic01.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrixVectorArithmetic01.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrixVectorArithmetic01.c	(revision 4859)
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-13 02:47:00 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-08-24 01:24:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -89,4 +89,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
 
     // Test matrix-matrix binary operations
Index: /trunk/psLib/test/math/tst_psMatrixVectorArithmetic02.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrixVectorArithmetic02.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrixVectorArithmetic02.c	(revision 4859)
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-13 02:47:00 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-08-24 01:24:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -95,5 +95,5 @@
 psS32 main( psS32 argc, char* argv[] )
 {
-
+    psLogSetFormat("HLNM");
     // Test matrix unary operations
     #define testUnaryOpM(OP,TYPE,VALUE1,VALUE2,NROWS,NCOLS,TRUTH)                                            \
Index: /trunk/psLib/test/math/tst_psMatrixVectorArithmetic03.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrixVectorArithmetic03.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrixVectorArithmetic03.c	(revision 4859)
@@ -15,6 +15,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-13 02:47:00 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-08-24 01:24:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -72,4 +72,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     CREATE_AND_SET_IMAGE(image1,F64,0,3,3);
     CREATE_AND_SET_IMAGE(image2,F64,0,3,3);
Index: /trunk/psLib/test/math/tst_psMatrixVectorArithmetic04.c
===================================================================
--- /trunk/psLib/test/math/tst_psMatrixVectorArithmetic04.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMatrixVectorArithmetic04.c	(revision 4859)
@@ -9,6 +9,6 @@
  * @author  Eric Van Alst, MHPCC
  *
- * @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- * @date  $Date: 2005-07-13 02:47:00 $
+ * @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ * @date  $Date: 2005-08-24 01:24:24 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -55,4 +55,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
 
Index: /trunk/psLib/test/math/tst_psMinimize00.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize00.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize00.c	(revision 4859)
@@ -67,4 +67,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psImage *domain = NULL;
     psVector *data = NULL;
Index: /trunk/psLib/test/math/tst_psMinimize01.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize01.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize01.c	(revision 4859)
@@ -60,4 +60,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psImage *domain = NULL;
     psVector *data = NULL;
Index: /trunk/psLib/test/math/tst_psMinimize02.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize02.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize02.c	(revision 4859)
@@ -106,4 +106,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psVector *initialGuess = NULL;
     psVector *paramMask = NULL;
Index: /trunk/psLib/test/math/tst_psMinimize03.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize03.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize03.c	(revision 4859)
@@ -106,4 +106,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psVector *initialGuess = NULL;
     psVector *paramMask = NULL;
Index: /trunk/psLib/test/math/tst_psMinimize04.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize04.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize04.c	(revision 4859)
@@ -268,4 +268,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     t00();
     t01();
Index: /trunk/psLib/test/math/tst_psMinimize04_F32.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize04_F32.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize04_F32.c	(revision 4859)
@@ -262,4 +262,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     t00();
     t01();
Index: /trunk/psLib/test/math/tst_psMinimize04b.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize04b.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize04b.c	(revision 4859)
@@ -253,4 +253,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     t00();
     t01();
Index: /trunk/psLib/test/math/tst_psMinimize04b_F32.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize04b_F32.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize04b_F32.c	(revision 4859)
@@ -255,4 +255,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     t00();
     t01();
Index: /trunk/psLib/test/math/tst_psMinimize05.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize05.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize05.c	(revision 4859)
@@ -274,4 +274,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     t00();
     t01();
Index: /trunk/psLib/test/math/tst_psMinimize06.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize06.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psMinimize06.c	(revision 4859)
@@ -110,4 +110,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     t01();
 }
Index: /trunk/psLib/test/math/tst_psRandom.c
===================================================================
--- /trunk/psLib/test/math/tst_psRandom.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psRandom.c	(revision 4859)
@@ -55,4 +55,5 @@
 psS32 main(psS32 argc, char* argv[])
 {
+    psLogSetFormat("HLNM");
     if(!runTestSuite(stderr,"psRandom",tests,argc,argv)) {
         return 1;
Index: /trunk/psLib/test/math/tst_psStats00.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats00.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats00.c	(revision 4859)
@@ -11,6 +11,6 @@
 *  @author GLG, MHPCC
 * 
-*  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
-*  @date $Date: 2005-07-13 02:47:00 $
+*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+*  @date $Date: 2005-08-24 01:24:24 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -64,4 +64,5 @@
 psS32 main(psS32 argc, char* argv[] )
 {
+    psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
 
Index: /trunk/psLib/test/math/tst_psStats01.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats01.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats01.c	(revision 4859)
@@ -11,6 +11,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
-*  @date $Date: 2005-07-13 02:47:00 $
+*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+*  @date $Date: 2005-08-24 01:24:24 $
 *
 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -54,4 +54,5 @@
 psS32 main(psS32 argc, char* argv[] )
 {
+    psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
 
Index: /trunk/psLib/test/math/tst_psStats02.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats02.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats02.c	(revision 4859)
@@ -11,6 +11,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
-*  @date $Date: 2005-07-13 02:47:00 $
+*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+*  @date $Date: 2005-08-24 01:24:24 $
 *
 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -54,4 +54,5 @@
 psS32 main(psS32 argc, char* argv[] )
 {
+    psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
 
Index: /trunk/psLib/test/math/tst_psStats03.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats03.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats03.c	(revision 4859)
@@ -14,4 +14,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psStats *myStats    = NULL;
     psS32 testStatus      = true;
Index: /trunk/psLib/test/math/tst_psStats05.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats05.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats05.c	(revision 4859)
@@ -10,4 +10,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psStats *myStats    = NULL;
     psS32 testStatus      = true;
Index: /trunk/psLib/test/math/tst_psStats06.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats06.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats06.c	(revision 4859)
@@ -17,4 +17,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psStats *myStats    = NULL;
     psS32 testStatus      = true;
Index: /trunk/psLib/test/math/tst_psStats07.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats07.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats07.c	(revision 4859)
@@ -494,4 +494,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     t00();
     t01();
Index: /trunk/psLib/test/math/tst_psStats08.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats08.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats08.c	(revision 4859)
@@ -18,4 +18,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psStats *myStats    = NULL;
     psS32 testStatus      = true;
Index: /trunk/psLib/test/math/tst_psStats09.c
===================================================================
--- /trunk/psLib/test/math/tst_psStats09.c	(revision 4858)
+++ /trunk/psLib/test/math/tst_psStats09.c	(revision 4859)
@@ -21,4 +21,5 @@
 psS32 main()
 {
+    psLogSetFormat("HLNM");
     psStats *myStats    = NULL;
     psS32 testStatus      = true;
