Index: trunk/psLib/test/dataManip/tst_psFunc00.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc00.c	(revision 4409)
+++ trunk/psLib/test/dataManip/tst_psFunc00.c	(revision 4422)
@@ -14,6 +14,6 @@
 *    orders are created.
 * 
-*    @version $Revision: 1.21 $  $Name: not supported by cvs2svn $
-*    @date $Date: 2005-04-07 20:27:41 $
+*    @version $Revision: 1.22 $  $Name: not supported by cvs2svn $
+*    @date $Date: 2005-06-29 00:43:46 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -466,25 +466,25 @@
     }
     // Verify polynomial structure members set properly
-    if(my4DPoly->nX != ORDER) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DPoly->nX, ORDER);
-        return 2;
-    }
-    // Verify polynomial structure members set properly
-    if(my4DPoly->nY != ORDER+1) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DPoly->nY, ORDER+1);
-        return 3;
-    }
-    // Verify polynomial structure members set properly
-    if(my4DPoly->nZ != ORDER+2) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DPoly->nZ, ORDER+2);
+    if(my4DPoly->nY != ORDER) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DPoly->nY, ORDER);
+        return 2;
+    }
+    // Verify polynomial structure members set properly
+    if(my4DPoly->nZ != ORDER+1) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DPoly->nZ, ORDER+1);
+        return 3;
+    }
+    // Verify polynomial structure members set properly
+    if(my4DPoly->nT != ORDER+2) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DPoly->nT, ORDER+2);
         return 4;
     }
     // Verify polynomial structure members set properly
-    if(my4DPoly->nW != ORDER+3) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DPoly->nW, ORDER+3);
+    if(my4DPoly->nX != ORDER+3) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DPoly->nX, ORDER+3);
         return 5;
     }
@@ -560,25 +560,25 @@
     }
     // Verify polynomial structure members set properly
-    if(my4DDPoly->nX != ORDER) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DDPoly->nX, ORDER);
-        return 2;
-    }
-    // Verify polynomial structure members set properly
-    if(my4DDPoly->nY != ORDER+1) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DDPoly->nY, ORDER+1);
-        return 3;
-    }
-    // Verify polynomial structure members set properly
-    if(my4DDPoly->nZ != ORDER+2) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DDPoly->nZ, ORDER+2);
+    if(my4DDPoly->nY != ORDER) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DDPoly->nY, ORDER);
+        return 2;
+    }
+    // Verify polynomial structure members set properly
+    if(my4DDPoly->nZ != ORDER+1) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DDPoly->nZ, ORDER+1);
+        return 3;
+    }
+    // Verify polynomial structure members set properly
+    if(my4DDPoly->nT != ORDER+2) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DDPoly->nT, ORDER+2);
         return 4;
     }
     // Verify polynomial structure members set properly
-    if(my4DDPoly->nW != ORDER+3) {
-        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
-                my4DDPoly->nW, ORDER+3);
+    if(my4DDPoly->nX != ORDER+3) {
+        psError(PS_ERR_UNKNOWN,true,"Number of terms %d not as expected %d",
+                my4DDPoly->nX, ORDER+3);
         return 5;
     }
Index: trunk/psLib/test/dataManip/verified/tst_psFunc00.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc00.stderr	(revision 4409)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc00.stderr	(revision 4422)
@@ -59,8 +59,4 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
-    Error: nW is 0 or less.
-<DATE><TIME>|<HOST>|I|testPolynomial4DAlloc
-    Following should generate error msg for negative terms
-<DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
     Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testPolynomial4DAlloc
@@ -72,4 +68,8 @@
 <DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
     Error: nZ is 0 or less.
+<DATE><TIME>|<HOST>|I|testPolynomial4DAlloc
+    Following should generate error msg for negative terms
+<DATE><TIME>|<HOST>|E|psPolynomial4DAlloc (FILE:LINENO)
+    Error: nT is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psPolynomial4DAlloc} | tst_psFunc00.c)
@@ -135,8 +135,4 @@
     Following should generate error msg for negative terms
 <DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
-    Error: nW is 0 or less.
-<DATE><TIME>|<HOST>|I|testDPolynomial4DAlloc
-    Following should generate error msg for negative terms
-<DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
     Error: nX is 0 or less.
 <DATE><TIME>|<HOST>|I|testDPolynomial4DAlloc
@@ -148,4 +144,8 @@
 <DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
     Error: nZ is 0 or less.
+<DATE><TIME>|<HOST>|I|testDPolynomial4DAlloc
+    Following should generate error msg for negative terms
+<DATE><TIME>|<HOST>|E|psDPolynomial4DAlloc (FILE:LINENO)
+    Error: nT is 0 or less.
 
 ---> TESTPOINT PASSED (psPolynomialXD{psDPolynomial4DAlloc} | tst_psFunc00.c)
Index: trunk/psLib/test/dataManip/verified/tst_psFunc08.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc08.stderr	(revision 4409)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc08.stderr	(revision 4422)
@@ -55,5 +55,5 @@
     Following should generate an error message for NULL polynomial
 <DATE><TIME>|<HOST>|E|psDPolynomial1DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial myPoly or its coeffs is NULL.
+    Unallowable operation: polynomial poly or its coeffs is NULL.
 <DATE><TIME>|<HOST>|I|testDPoly1DEvalVector
     Following should generate an error message for NULL input vector
Index: trunk/psLib/test/dataManip/verified/tst_psFunc09.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc09.stderr	(revision 4409)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc09.stderr	(revision 4422)
@@ -63,5 +63,5 @@
     Following should generate an error message for NULL polynomial
 <DATE><TIME>|<HOST>|E|psDPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial myPoly or its coeffs is NULL.
+    Unallowable operation: polynomial poly or its coeffs is NULL.
 <DATE><TIME>|<HOST>|I|testDPoly2DEvalVector
     Following should generate an error message for NULL input vector
Index: trunk/psLib/test/dataManip/verified/tst_psFunc10.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc10.stderr	(revision 4409)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc10.stderr	(revision 4422)
@@ -71,5 +71,5 @@
     Following should generate an error message for NULL polynomial
 <DATE><TIME>|<HOST>|E|psDPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial myPoly or its coeffs is NULL.
+    Unallowable operation: polynomial poly or its coeffs is NULL.
 <DATE><TIME>|<HOST>|I|testDPoly3DEvalVector
     Following should generate an error message for NULL input vector
Index: trunk/psLib/test/dataManip/verified/tst_psFunc11.stderr
===================================================================
--- trunk/psLib/test/dataManip/verified/tst_psFunc11.stderr	(revision 4409)
+++ trunk/psLib/test/dataManip/verified/tst_psFunc11.stderr	(revision 4422)
@@ -79,9 +79,5 @@
     Following should generate an error message for NULL polynomial
 <DATE><TIME>|<HOST>|E|psDPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial myPoly or its coeffs is NULL.
-<DATE><TIME>|<HOST>|I|testDPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<DATE><TIME>|<HOST>|E|psDPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector w or its data is NULL.
+    Unallowable operation: polynomial poly or its coeffs is NULL.
 <DATE><TIME>|<HOST>|I|testDPoly4DEvalVector
     Following should generate an error message for NULL input vector
@@ -97,7 +93,7 @@
     Unallowable operation: psVector z or its data is NULL.
 <DATE><TIME>|<HOST>|I|testDPoly4DEvalVector
-    Following should generate an error message for invalid input type
+    Following should generate an error message for NULL input vector
 <DATE><TIME>|<HOST>|E|psDPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
+    Unallowable operation: psVector t or its data is NULL.
 <DATE><TIME>|<HOST>|I|testDPoly4DEvalVector
     Following should generate an error message for invalid input type
@@ -111,5 +107,9 @@
     Following should generate an error message for invalid input type
 <DATE><TIME>|<HOST>|E|psDPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector w has incorrect type.
+    Unallowable operation: psVector t has incorrect type.
+<DATE><TIME>|<HOST>|I|testDPoly4DEvalVector
+    Following should generate an error message for invalid input type
+<DATE><TIME>|<HOST>|E|psDPolynomial4DEvalVector (FILE:LINENO)
+    Unallowable operation: psVector x has incorrect type.
 
 ---> TESTPOINT PASSED (psPolynomialXDEval{psDPolynomial4DEvalVector} | tst_psFunc11.c)
