Index: trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr	(revision 1729)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr	(revision 1761)
@@ -1,6 +1,12 @@
-<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: Pointer to inImage is same as outImage.
-<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage or its data is NULL.
-<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage not PS_TYPE_F64.
-<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage not square array.
-<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: outImage not PS_TYPE_F64.
-<DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: outImage not square array.
+<DATE><TIME>|<HOST>|E|psMatrixTranspose
+    Invalid operation: Pointer to inImage is same as outImage.
+<DATE><TIME>|<HOST>|E|psMatrixTranspose
+    Invalid operation: inImage or its data is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixTranspose
+    Invalid operation: inImage not PS_TYPE_F64.
+<DATE><TIME>|<HOST>|E|psMatrixTranspose
+    Invalid operation: inImage not square array.
+<DATE><TIME>|<HOST>|E|psMatrixTranspose
+    Invalid operation: outImage not PS_TYPE_F64.
+<DATE><TIME>|<HOST>|E|psMatrixTranspose
+    Invalid operation: outImage not square array.
Index: trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr	(revision 1729)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr	(revision 1761)
@@ -1,3 +1,6 @@
-<DATE><TIME>|<HOST>|E|    psMatrixLUD|Invalid operation: inImage or its data is NULL.
-<DATE><TIME>|<HOST>|E|psMatrixLUSolve|Invalid operation: inVector or its data is NULL.
-<DATE><TIME>|<HOST>|E|psMatrixLUSolve|Invalid operation: inImage or its data is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixLUD
+    Invalid operation: inImage or its data is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixLUSolve
+    Invalid operation: inVector or its data is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixLUSolve
+    Invalid operation: inImage or its data is NULL.
Index: trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr	(revision 1729)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr	(revision 1761)
@@ -1,2 +1,4 @@
-<DATE><TIME>|<HOST>|E| psMatrixInvert|Invalid operation: inImage or its data is NULL.
-<DATE><TIME>|<HOST>|E| psMatrixInvert|Invalid operation: determinant argument is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixInvert
+    Invalid operation: inImage or its data is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixInvert
+    Invalid operation: determinant argument is NULL.
Index: trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr	(revision 1729)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr	(revision 1761)
@@ -1,3 +1,6 @@
-<DATE><TIME>|<HOST>|E|+MatrixToVector|Invalid operation: inImage or its data is NULL.
-<DATE><TIME>|<HOST>|E|+MatrixToVector|Image does not have dim with 1 col or 1 row: (2 x 2).
-<DATE><TIME>|<HOST>|E|+VectorToMatrix|Invalid operation: inVector or its data is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixToVector
+    Invalid operation: inImage or its data is NULL.
+<DATE><TIME>|<HOST>|E|psMatrixToVector
+    Image does not have dim with 1 col or 1 row: (2 x 2).
+<DATE><TIME>|<HOST>|E|psVectorToMatrix
+    Invalid operation: inVector or its data is NULL.
Index: trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr	(revision 1729)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr	(revision 1761)
@@ -1,27 +1,54 @@
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Line <LINENO> - Null out argument
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Line <LINENO> - Null in1 argument
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Line <LINENO> - Null in2 argument
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Line <LINENO> - Null op argument
-<DATE><TIME>|<HOST>|E|      psUnaryOp|: Line <LINENO> - Null out argument
-<DATE><TIME>|<HOST>|E|      psUnaryOp|: Line <LINENO> - Null in argument
-<DATE><TIME>|<HOST>|E|      psUnaryOp|: Line <LINENO> - Null op argument
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Line <LINENO> - Element types for arguments inconsistent: (1028, 1032, 1032)
-<DATE><TIME>|<HOST>|E|      psUnaryOp|: Line <LINENO> - Element types for arguments inconsistent: (1028, 1032)
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
-<DATE><TIME>|<HOST>|E|      psUnaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Inconsistent element count: 2 vs 3
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Inconsistent element count: 2 vs 3
-<DATE><TIME>|<HOST>|E|      psUnaryOp|: Line <LINENO> - Dimensionality for arguments inconsistent: (1, 3)
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|       psNanDiv|: Divide by zero
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Minimum operation not supported for complex numbers
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Maximum operation not supported for complex numbers
-<DATE><TIME>|<HOST>|E|     psBinaryOp|: Invalid operation: yarg
-<DATE><TIME>|<HOST>|E|      psUnaryOp|: Invalid operation: yarg
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Line <LINENO> - Null out argument
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Line <LINENO> - Null in1 argument
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Line <LINENO> - Null in2 argument
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Line <LINENO> - Null op argument
+<DATE><TIME>|<HOST>|E|psUnaryOp
+    : Line <LINENO> - Null out argument
+<DATE><TIME>|<HOST>|E|psUnaryOp
+    : Line <LINENO> - Null in argument
+<DATE><TIME>|<HOST>|E|psUnaryOp
+    : Line <LINENO> - Null op argument
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Line <LINENO> - Element types for arguments inconsistent: (1028, 1032, 1032)
+<DATE><TIME>|<HOST>|E|psUnaryOp
+    : Line <LINENO> - Element types for arguments inconsistent: (1028, 1032)
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
+<DATE><TIME>|<HOST>|E|psUnaryOp
+    : Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Inconsistent element count: 2 vs 3
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Inconsistent element count: 2 vs 3
+<DATE><TIME>|<HOST>|E|psUnaryOp
+    : Line <LINENO> - Dimensionality for arguments inconsistent: (1, 3)
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psNanDiv
+    : Divide by zero
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Minimum operation not supported for complex numbers
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Maximum operation not supported for complex numbers
+<DATE><TIME>|<HOST>|E|psBinaryOp
+    : Invalid operation: yarg
+<DATE><TIME>|<HOST>|E|psUnaryOp
+    : Invalid operation: yarg
Index: trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psStats07.stdout	(revision 1729)
+++ trunk/psLib/test/dataManip/verified/tst_psStats07.stdout	(revision 1761)
@@ -16,5 +16,5 @@
 \**********************************************************************************/
 
-The expected Median was 32.00; the calculated Median was 32.49
+The expected Median was 32.00; the calculated Median was 32.79
 
 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | tst_psStats07.c)
@@ -46,5 +46,5 @@
 \**********************************************************************************/
 
-The expected LQ was 30.80; the calculated LQ was 30.02
+The expected LQ was 30.80; the calculated LQ was 30.32
 
 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
@@ -56,5 +56,5 @@
 \**********************************************************************************/
 
-The expected UQ was 33.20; the calculated UQ was 34.33
+The expected UQ was 33.20; the calculated UQ was 34.45
 
 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
Index: trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr	(revision 1729)
+++ trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr	(revision 1761)
@@ -23,6 +23,8 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|+tVectorComplex|Following should be an error (type mismatch).
-<DATE><TIME>|<HOST>|E|psVectorComplex|The inputs to psVectorComplex must be the same type.
+<DATE><TIME>|<HOST>|I|testVectorComplex
+    Following should be an error (type mismatch).
+<DATE><TIME>|<HOST>|E|psVectorComplex
+    The inputs to psVectorComplex must be the same type.
 
 ---> TESTPOINT PASSED (psFFT{psVectorComplex} | tst_psVectorFFT.c)
