Index: trunk/psLib/test/dataManip/tst_psFunc00.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc00.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psFunc00.c	(revision 1985)
@@ -3,4 +3,10 @@
     allocated and deallocated by the psPolynomialXXXlloc() procedures.
     It also calls the various psPolynomialXXXEval() procedures.
+ 
+    The F32 and F64 polynomials are tested for all orders (1 - 4) and for
+    both ordinary and chebyshev polynomials.
+ 
+    NOTE: This test code requries the stdout file to verify that the results
+    are good.
  *****************************************************************************/
 #include <stdio.h>
@@ -12,5 +18,4 @@
 #define MISC_X_VALUE 5.0
 #define MISC_INT_NUMBER 35
-#define NUM_BINS 200
 #define AN 2
 #define BN 4
@@ -60,5 +65,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial1D structure.",
                 testStatus);
@@ -90,5 +95,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial2D structure.",
                 testStatus);
@@ -121,5 +126,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial3D structure.",
                 testStatus);
@@ -155,5 +160,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial4D structure.",
                 testStatus);
@@ -185,5 +190,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial1D structure.",
                 testStatus);
@@ -211,5 +216,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial2D structure.",
                 testStatus);
@@ -242,5 +247,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial3D structure.",
                 testStatus);
@@ -276,5 +281,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial4D structure.",
                 testStatus);
@@ -306,5 +311,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial1D structure (CHEBYSHEV).",
                 testStatus);
@@ -335,5 +340,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial2D structure (CHEBYSHEV).",
                 testStatus);
@@ -366,5 +371,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial3D structure (CHEBYSHEV).",
                 testStatus);
@@ -400,5 +405,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psPolynomial4D structure (CHEBYSHEV).",
                 testStatus);
@@ -430,5 +435,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial1D structure (CHEBYSHEV).",
                 testStatus);
@@ -456,5 +461,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial2D structure (CHEBYSHEV).",
                 testStatus);
@@ -487,5 +492,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial3D structure (CHEBYSHEV).",
                 testStatus);
@@ -521,5 +526,5 @@
     }
     printFooter(stdout,
-                "psStats functions",
+                "psFunctions functions",
                 "Allocate/Deallocate the psDPolynomial4D structure (CHEBYSHEV).",
                 testStatus);
