Index: trunk/psLib/src/math/psPolynomial.c
===================================================================
--- trunk/psLib/src/math/psPolynomial.c	(revision 7914)
+++ trunk/psLib/src/math/psPolynomial.c	(revision 8232)
@@ -7,6 +7,6 @@
 *  polynomials.  It also contains a Gaussian functions.
 *
-*  @version $Revision: 1.147 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-07-15 02:57:12 $
+*  @version $Revision: 1.148 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-08-08 23:32:23 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -32,5 +32,5 @@
 #include "psPolynomial.h"
 #include "psAssert.h"
-#include "psErrorText.h"
+
 
 /*****************************************************************************/
@@ -795,5 +795,5 @@
     } else {
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                PS_ERRORTEXT_psPolynomial_INVALID_POLYNOMIAL_TYPE,
+                _("Unknown polynomial type 0x%x found.  Evaluation failed."),
                 poly->type);
     }
@@ -845,5 +845,5 @@
     } else {
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                PS_ERRORTEXT_psPolynomial_INVALID_POLYNOMIAL_TYPE,
+                _("Unknown polynomial type 0x%x found.  Evaluation failed."),
                 poly->type);
     }
@@ -924,5 +924,5 @@
     } else {
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                PS_ERRORTEXT_psPolynomial_INVALID_POLYNOMIAL_TYPE,
+                _("Unknown polynomial type 0x%x found.  Evaluation failed."),
                 poly->type);
     }
@@ -1040,5 +1040,5 @@
     } else {
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                PS_ERRORTEXT_psPolynomial_INVALID_POLYNOMIAL_TYPE,
+                _("Unknown polynomial type 0x%x found.  Evaluation failed."),
                 poly->type);
     }
