Index: trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr	(revision 1195)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr	(revision 1198)
@@ -1,6 +1,6 @@
- <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: Pointer to inImage is same as outImage.
- <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage or its data is NULL.
- <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage not PS_TYPE_F64.
- <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage not square array.
- <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: outImage not PS_TYPE_F64.
- <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: outImage not square array.
+ <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: Pointer to inImage is same as outImage.
+ <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: inImage or its data is NULL.
+ <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: inImage not PS_TYPE_F64.
+ <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: inImage not square array.
+ <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: outImage not PS_TYPE_F64.
+ <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: outImage not square array.
Index: trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr	(revision 1195)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr	(revision 1198)
@@ -1,3 +1,3 @@
- <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 1195)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr	(revision 1198)
@@ -1,2 +1,2 @@
- <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 1195)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr	(revision 1198)
@@ -1,3 +1,3 @@
- <DATE> <TIME> <HOST> |E|psMatrixToVecto|Invalid operation: inImage or its data is NULL.
- <DATE> <TIME> <HOST> |E|psMatrixToVecto|Image does not have dim with 1 col or 1 row: (2 x 2).
- <DATE> <TIME> <HOST> |E|psVectorToMatri|Invalid operation: inVector or its data is NULL.
+ <DATE> <TIME> |<HOST>|E|psMatrixToVecto|Invalid operation: inImage or its data is NULL.
+ <DATE> <TIME> |<HOST>|E|psMatrixToVecto|Image does not have dim with 1 col or 1 row: (2 x 2).
+ <DATE> <TIME> |<HOST>|E|psVectorToMatri|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 1195)
+++ trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr	(revision 1198)
@@ -1,27 +1,27 @@
- <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 404 - Null out argument
- <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 410 - Null in1 argument
- <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 416 - Null in2 argument
- <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 421 - Null op argument
- <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 709 - Null out argument
- <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 715 - Null in argument
- <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 720 - Null op argument
- <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 433 - Element types for arguments inconsistent: (1028, 1032, 1032)
- <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 730 - 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 736 - 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 404 - Null out argument
+ <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 410 - Null in1 argument
+ <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 416 - Null in2 argument
+ <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 421 - Null op argument
+ <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 709 - Null out argument
+ <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 715 - Null in argument
+ <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 720 - Null op argument
+ <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 433 - Element types for arguments inconsistent: (1028, 1032, 1032)
+ <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 730 - 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 736 - 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
