Index: /trunk/psLib/test/math/Makefile.am
===================================================================
--- /trunk/psLib/test/math/Makefile.am	(revision 4861)
+++ /trunk/psLib/test/math/Makefile.am	(revision 4862)
@@ -112,2 +112,3 @@
 
 test: check
+
Index: /trunk/psLib/test/math/tst_psMinimize05.c
===================================================================
--- /trunk/psLib/test/math/tst_psMinimize05.c	(revision 4861)
+++ /trunk/psLib/test/math/tst_psMinimize05.c	(revision 4862)
@@ -34,4 +34,7 @@
     psS32 i;
 
+    //
+    // Simply ensure that the coordinate data was passed correctly.
+    //
     for (i=0;i<N;i++) {
         coordData = ((psVector *) (myCoords->data[i]))->data.F32[0];
Index: /trunk/psLib/test/math/verified/tst_psFunc01.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc01.stdout	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psFunc01.stdout	(revision 4862)
@@ -74,34 +74,34 @@
 \**********************************************************************************/
 
-Gaussian Deviate [0] is 30.267838
-Gaussian Deviate [1] is 29.823797
-Gaussian Deviate [2] is 33.348816
-Gaussian Deviate [3] is 31.467281
-Gaussian Deviate [4] is 31.995049
-Gaussian Deviate [5] is 27.444996
-Gaussian Deviate [6] is 25.206570
-Gaussian Deviate [7] is 28.641439
-Gaussian Deviate [8] is 29.921818
-Gaussian Deviate [9] is 31.787111
-Gaussian Deviate [10] is 29.964705
-Gaussian Deviate [11] is 27.406887
-Gaussian Deviate [12] is 28.664040
-Gaussian Deviate [13] is 30.363417
-Gaussian Deviate [14] is 31.662102
-Gaussian Deviate [15] is 28.903503
-Gaussian Deviate [16] is 28.723936
-Gaussian Deviate [17] is 30.014177
-Gaussian Deviate [18] is 28.660292
-Gaussian Deviate [19] is 28.344475
-Gaussian Deviate [20] is 31.225000
-Gaussian Deviate [21] is 29.264824
-Gaussian Deviate [22] is 29.421013
-Gaussian Deviate [23] is 28.166250
-Gaussian Deviate [24] is 28.832390
-Gaussian Deviate [25] is 30.129230
-Gaussian Deviate [26] is 30.093487
-Gaussian Deviate [27] is 28.498547
-Gaussian Deviate [28] is 29.711535
-Gaussian Deviate [29] is 32.951122
+Gaussian Deviate [0] is 30.795286
+Gaussian Deviate [1] is 34.264950
+Gaussian Deviate [2] is 28.948183
+Gaussian Deviate [3] is 26.356329
+Gaussian Deviate [4] is 28.616852
+Gaussian Deviate [5] is 29.745865
+Gaussian Deviate [6] is 28.830563
+Gaussian Deviate [7] is 26.857296
+Gaussian Deviate [8] is 32.969559
+Gaussian Deviate [9] is 30.269176
+Gaussian Deviate [10] is 28.163614
+Gaussian Deviate [11] is 28.077215
+Gaussian Deviate [12] is 26.504436
+Gaussian Deviate [13] is 28.474297
+Gaussian Deviate [14] is 30.329622
+Gaussian Deviate [15] is 30.493885
+Gaussian Deviate [16] is 30.816671
+Gaussian Deviate [17] is 32.729324
+Gaussian Deviate [18] is 32.068352
+Gaussian Deviate [19] is 25.999083
+Gaussian Deviate [20] is 30.370560
+Gaussian Deviate [21] is 30.207680
+Gaussian Deviate [22] is 27.520786
+Gaussian Deviate [23] is 35.993179
+Gaussian Deviate [24] is 29.437201
+Gaussian Deviate [25] is 27.759834
+Gaussian Deviate [26] is 28.791586
+Gaussian Deviate [27] is 26.677267
+Gaussian Deviate [28] is 31.450001
+Gaussian Deviate [29] is 31.395319
 
 ---> TESTPOINT PASSED (psFunctions functions{p_psGaussianDev()} | tst_psFunc01.c)
Index: /trunk/psLib/test/math/verified/tst_psFunc02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc02.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psFunc02.stderr	(revision 4862)
@@ -1,16 +1,16 @@
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psSpline1DAlloc (FILE:LINENO)
+<HOST>|E|psSpline1DAlloc (FILE:LINENO)
     Error: max and min are equal.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psSpline1DAlloc (FILE:LINENO)
+<HOST>|E|psSpline1DAlloc (FILE:LINENO)
     Error: max and min are equal.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
+<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
     Unallowable operation: psVector bounds or its data is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
+<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
     Unallowable operation: psVector bounds has no elements.
Index: /trunk/psLib/test/math/verified/tst_psFunc08.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc08.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psFunc08.stderr	(revision 4862)
@@ -5,7 +5,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly1DEval
+<HOST>|I|testPoly1DEval
     Following should generate error message invalid type
-<DATE><TIME>|<HOST>|E|psPolynomial1DEval (FILE:LINENO)
+<HOST>|E|psPolynomial1DEval (FILE:LINENO)
     Unknown polynomial type 0x63 found.  Evaluation failed.
 
@@ -18,15 +18,15 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly1DEvalVector
+<HOST>|I|testPoly1DEvalVector
     Following should generate an error message for NULL polynomial
-<DATE><TIME>|<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
-<DATE><TIME>|<HOST>|I|testPoly1DEvalVector
+<HOST>|I|testPoly1DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly1DEvalVector
+<HOST>|I|testPoly1DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x has incorrect type.
 
Index: /trunk/psLib/test/math/verified/tst_psFunc09.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc09.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psFunc09.stderr	(revision 4862)
@@ -5,7 +5,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly2DEval
+<HOST>|I|testPoly2DEval
     Following should generate error message invalid type
-<DATE><TIME>|<HOST>|E|psPolynomial2DEval (FILE:LINENO)
+<HOST>|E|psPolynomial2DEval (FILE:LINENO)
     Unknown polynomial type 0x63 found.  Evaluation failed.
 
@@ -18,23 +18,23 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly2DEvalVector
+<HOST>|I|testPoly2DEvalVector
     Following should generate an error message for NULL polynomial
-<DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
-<DATE><TIME>|<HOST>|I|testPoly2DEvalVector
+<HOST>|I|testPoly2DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly2DEvalVector
+<HOST>|I|testPoly2DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     Unallowable operation: psVector y or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly2DEvalVector
+<HOST>|I|testPoly2DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x has incorrect type.
-<DATE><TIME>|<HOST>|I|testPoly2DEvalVector
+<HOST>|I|testPoly2DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
     Unallowable operation: psVector y has incorrect type.
 
Index: /trunk/psLib/test/math/verified/tst_psFunc10.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc10.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psFunc10.stderr	(revision 4862)
@@ -5,7 +5,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly3DEval
+<HOST>|I|testPoly3DEval
     Following should generate error message invalid type
-<DATE><TIME>|<HOST>|E|psPolynomial3DEval (FILE:LINENO)
+<HOST>|E|psPolynomial3DEval (FILE:LINENO)
     Unknown polynomial type 0x63 found.  Evaluation failed.
 
@@ -18,31 +18,31 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly3DEvalVector
+<HOST>|I|testPoly3DEvalVector
     Following should generate an error message for NULL polynomial
-<DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
-<DATE><TIME>|<HOST>|I|testPoly3DEvalVector
+<HOST>|I|testPoly3DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly3DEvalVector
+<HOST>|I|testPoly3DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     Unallowable operation: psVector y or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly3DEvalVector
+<HOST>|I|testPoly3DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     Unallowable operation: psVector z or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly3DEvalVector
+<HOST>|I|testPoly3DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x has incorrect type.
-<DATE><TIME>|<HOST>|I|testPoly3DEvalVector
+<HOST>|I|testPoly3DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     Unallowable operation: psVector y has incorrect type.
-<DATE><TIME>|<HOST>|I|testPoly3DEvalVector
+<HOST>|I|testPoly3DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
     Unallowable operation: psVector z has incorrect type.
 
Index: /trunk/psLib/test/math/verified/tst_psFunc11.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc11.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psFunc11.stderr	(revision 4862)
@@ -5,7 +5,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly4DEval
+<HOST>|I|testPoly4DEval
     Following should generate error message invalid type
-<DATE><TIME>|<HOST>|E|psPolynomial4DEval (FILE:LINENO)
+<HOST>|E|psPolynomial4DEval (FILE:LINENO)
     Unknown polynomial type 0x63 found.  Evaluation failed.
 
@@ -18,39 +18,39 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for NULL polynomial
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector y or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector z or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector t or its data is NULL.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector y has incorrect type.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector z has incorrect type.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector t has incorrect type.
-<DATE><TIME>|<HOST>|I|testPoly4DEvalVector
+<HOST>|I|testPoly4DEvalVector
     Following should generate an error message for invalid input type
-<DATE><TIME>|<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
+<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
     Unallowable operation: psVector x has incorrect type.
 
Index: /trunk/psLib/test/math/verified/tst_psHist00.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psHist00.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psHist00.stderr	(revision 4862)
@@ -1,4 +1,4 @@
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psHistogramAlloc (FILE:LINENO)
+<HOST>|E|psHistogramAlloc (FILE:LINENO)
     Error: (lower > upper) (30.000000 20.000000)
Index: /trunk/psLib/test/math/verified/tst_psHist02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psHist02.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psHist02.stderr	(revision 4862)
@@ -1,8 +1,8 @@
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorHistogram (FILE:LINENO)
+<HOST>|E|psVectorHistogram (FILE:LINENO)
     Unallowable operation: out is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorHistogram (FILE:LINENO)
+<HOST>|E|psVectorHistogram (FILE:LINENO)
     Unallowable operation: psVector values or its data is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMatrix02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix02.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMatrix02.stderr	(revision 4862)
@@ -1,6 +1,6 @@
-<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
+<HOST>|E|psMatrixTranspose (FILE:LINENO)
     Invalid operation: Pointer to in is same as out.
-<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
+<HOST>|E|psMatrixTranspose (FILE:LINENO)
     Unallowable operation: psImage in or its data is NULL.
-<DATE><TIME>|<HOST>|E|psMatrixTranspose (FILE:LINENO)
+<HOST>|E|psMatrixTranspose (FILE:LINENO)
     Invalid operation. in not PS_TYPE_F64.
Index: /trunk/psLib/test/math/verified/tst_psMatrix03.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix03.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMatrix03.stderr	(revision 4862)
@@ -1,6 +1,6 @@
-<DATE><TIME>|<HOST>|E|psMatrixLUD (FILE:LINENO)
+<HOST>|E|psMatrixLUD (FILE:LINENO)
     Unallowable operation: psImage in or its data is NULL.
-<DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
+<HOST>|E|psMatrixLUSolve (FILE:LINENO)
     Unallowable operation: psVector RHS or its data is NULL.
-<DATE><TIME>|<HOST>|E|psMatrixLUSolve (FILE:LINENO)
+<HOST>|E|psMatrixLUSolve (FILE:LINENO)
     Unallowable operation: psImage LU or its data is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMatrix04.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix04.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMatrix04.stderr	(revision 4862)
@@ -1,4 +1,4 @@
-<DATE><TIME>|<HOST>|E|psMatrixInvert (FILE:LINENO)
+<HOST>|E|psMatrixInvert (FILE:LINENO)
     Unallowable operation: psImage in or its data is NULL.
-<DATE><TIME>|<HOST>|E|psMatrixInvert (FILE:LINENO)
+<HOST>|E|psMatrixInvert (FILE:LINENO)
     Unallowable operation: determinant is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMatrix07.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix07.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMatrix07.stderr	(revision 4862)
@@ -1,24 +1,24 @@
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error.
-<DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
+<HOST>|E|psMatrixToVector (FILE:LINENO)
     Unallowable operation: psImage inImage or its data is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error.
-<DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
+<HOST>|E|psMatrixToVector (FILE:LINENO)
     Unallowable operation: psImage inImage or its data is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate error message
-<DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
+<HOST>|E|psMatrixToVector (FILE:LINENO)
     Image does not have dim with 1 col or 1 row: (2 x 2).
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate error message
-<DATE><TIME>|<HOST>|E|psMatrixToVector (FILE:LINENO)
+<HOST>|E|psMatrixToVector (FILE:LINENO)
     Image does not have dim with 1 col or 1 row: (2 x 2).
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psVectorToMatrix (FILE:LINENO)
+<HOST>|E|psVectorToMatrix (FILE:LINENO)
     Unallowable operation: psVector inVector or its data is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psVectorToMatrix (FILE:LINENO)
+<HOST>|E|psVectorToMatrix (FILE:LINENO)
     Unallowable operation: psVector inVector or its data is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stderr	(revision 4862)
@@ -1,66 +1,66 @@
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Unallowable operation: input1 is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Unallowable operation: input2 is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Unallowable operation: op is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
+<HOST>|E|psUnaryOp (FILE:LINENO)
     Unallowable operation: in is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
+<HOST>|E|psUnaryOp (FILE:LINENO)
     Unallowable operation: op is NULL.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     ptr input1 has type 1028, ptr input2 has type 1032.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Specified psImage dimensions differed, 2x2 vs 3x3.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Number of elements inconsistent, 2 vs 3.  Number of elements must match.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Number of elements inconsistent, 2 vs 3.  Number of elements must match.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an two error messages
-<DATE><TIME>|<HOST>|E|psVectorRecycle (FILE:LINENO)
+<HOST>|E|psVectorRecycle (FILE:LINENO)
     The input psVector must have a vector dimension type.
-<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
+<HOST>|E|psUnaryOp (FILE:LINENO)
     Couldn't create a proper output psVector.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     The minimum operation is not supported with complex data.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     The maximum operation is not supported with complex data.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error messgae
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Specified operation, yarg, is not supported.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
+<HOST>|E|psUnaryOp (FILE:LINENO)
     Specified operation, yarg, is not supported.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psBinaryOp (FILE:LINENO)
+<HOST>|E|psBinaryOp (FILE:LINENO)
     Unallowable operation: input1 has incorrect dimensionality.
-<DATE><TIME>|<HOST>|I|main
+<HOST>|I|main
     Following should generate an error message
-<DATE><TIME>|<HOST>|E|psUnaryOp (FILE:LINENO)
+<HOST>|E|psUnaryOp (FILE:LINENO)
     Specified parameter, in, has invalid dimensionality, 4.
Index: /trunk/psLib/test/math/verified/tst_psMinimize04.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMinimize04.stderr	(revision 4862)
@@ -1,4 +1,4 @@
-<DATE><TIME>|<HOST>|I|t03
+<HOST>|I|t03
     Following should generate an error for null input polynomial.
-<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
+<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMinimize04_F32.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04_F32.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMinimize04_F32.stderr	(revision 4862)
@@ -1,4 +1,4 @@
-<DATE><TIME>|<HOST>|I|t03
+<HOST>|I|t03
     Following should generate an error for null input polynomial.
-<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
+<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMinimize04b.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04b.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMinimize04b.stderr	(revision 4862)
@@ -1,4 +1,4 @@
-<DATE><TIME>|<HOST>|I|t03
+<HOST>|I|t03
     Following should generate an error for null arguments.
-<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
+<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr	(revision 4862)
@@ -1,4 +1,4 @@
-<DATE><TIME>|<HOST>|I|t03
+<HOST>|I|t03
     Following should generate an error for null arguments.
-<DATE><TIME>|<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
+<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
     Unallowable operation: polynomial poly or its coeffs is NULL.
Index: /trunk/psLib/test/math/verified/tst_psMinimize05.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize05.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psMinimize05.stderr	(revision 4862)
@@ -1,16 +1,16 @@
-<DATE><TIME>|<HOST>|I|t02
+<HOST>|I|t02
     Following should generate error for null minimize.
-<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
+<HOST>|E|psMinimizePowell (FILE:LINENO)
     Unallowable operation: min is NULL.
-<DATE><TIME>|<HOST>|I|t02
+<HOST>|I|t02
     Following should generate error for null parameter vector
-<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
+<HOST>|E|psMinimizePowell (FILE:LINENO)
     Unallowable operation: psVector params or its data is NULL.
-<DATE><TIME>|<HOST>|I|t02
+<HOST>|I|t02
     Following should generate error for null coords.
-<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
+<HOST>|E|psMinimizePowell (FILE:LINENO)
     Unallowable operation: coords is NULL.
-<DATE><TIME>|<HOST>|I|t02
+<HOST>|I|t02
     Following should generate error for null function
-<DATE><TIME>|<HOST>|E|psMinimizePowell (FILE:LINENO)
+<HOST>|E|psMinimizePowell (FILE:LINENO)
     Unallowable operation: func is NULL.
Index: /trunk/psLib/test/math/verified/tst_psRandom.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psRandom.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psRandom.stderr	(revision 4862)
@@ -5,7 +5,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testRandomAlloc
+<HOST>|I|testRandomAlloc
     Invalid type, should generate error message
-<DATE><TIME>|<HOST>|E|psRandomAlloc (FILE:LINENO)
+<HOST>|E|psRandomAlloc (FILE:LINENO)
     Unknown Random Number Generator Type
 
@@ -18,7 +18,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testRandomUniform
+<HOST>|I|testRandomUniform
     NULL psRandom variable, should generate error message
-<DATE><TIME>|<HOST>|E|psRandomUniform (FILE:LINENO)
+<HOST>|E|psRandomUniform (FILE:LINENO)
     Random variable is NULL.
 
@@ -31,7 +31,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testRandomGaussian
+<HOST>|I|testRandomGaussian
     NULL psRandom variable, should generate error message
-<DATE><TIME>|<HOST>|E|psRandomGaussian (FILE:LINENO)
+<HOST>|E|psRandomGaussian (FILE:LINENO)
     Random variable is NULL.
 
@@ -44,7 +44,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testRandomPoisson
+<HOST>|I|testRandomPoisson
     NULL psRandom variable, should generate error message
-<DATE><TIME>|<HOST>|E|psRandomPoisson (FILE:LINENO)
+<HOST>|E|psRandomPoisson (FILE:LINENO)
     Random variable is NULL.
 
@@ -57,7 +57,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testRandomResetUniform
+<HOST>|I|testRandomResetUniform
     Reset a NULL psRandom variable, should generate an error message
-<DATE><TIME>|<HOST>|E|psRandomReset (FILE:LINENO)
+<HOST>|E|psRandomReset (FILE:LINENO)
     Random variable is NULL.
 
Index: /trunk/psLib/test/math/verified/tst_psStats00.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats00.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psStats00.stderr	(revision 4862)
@@ -5,15 +5,15 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testStatsSampleMeanF32
+<HOST>|I|testStatsSampleMeanF32
     Following should generate warning message
-<DATE><TIME>|<HOST>|W|psVectorStats
+<HOST>|W|psVectorStats
     WARNING: psVectorStats(): p_psVectorSampleMean() returned an error.
-<DATE><TIME>|<HOST>|I|testStatsSampleMeanF32
+<HOST>|I|testStatsSampleMeanF32
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
+<HOST>|E|psVectorStats (FILE:LINENO)
     Unallowable operation: psVector in or its data is NULL.
-<DATE><TIME>|<HOST>|I|testStatsSampleMeanF32
+<HOST>|I|testStatsSampleMeanF32
     Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
+<HOST>|E|psVectorStats (FILE:LINENO)
     Unallowable operation: stats is NULL.
 
Index: /trunk/psLib/test/math/verified/tst_psStats01.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats01.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psStats01.stderr	(revision 4862)
@@ -5,7 +5,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testStatsMaxF32
+<HOST>|I|testStatsMaxF32
     Following should generate error message
-<DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
+<HOST>|E|psVectorStats (FILE:LINENO)
     Failed to calculate vector maximum
 
Index: /trunk/psLib/test/math/verified/tst_psStats02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats02.stderr	(revision 4861)
+++ /trunk/psLib/test/math/verified/tst_psStats02.stderr	(revision 4862)
@@ -5,7 +5,7 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testStatsMinF32
+<HOST>|I|testStatsMinF32
     Following should generate error message
-<DATE><TIME>|<HOST>|E|psVectorStats (FILE:LINENO)
+<HOST>|E|psVectorStats (FILE:LINENO)
     Failed to calculate vector minimum
 
