Index: trunk/psLib/src/math/psMinimizePolyFit.c
===================================================================
--- trunk/psLib/src/math/psMinimizePolyFit.c	(revision 8408)
+++ trunk/psLib/src/math/psMinimizePolyFit.c	(revision 8467)
@@ -10,6 +10,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-17 15:38:08 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-22 15:01:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -783,5 +783,5 @@
             }
         } else {
-            psError(PS_ERR_UNKNOWN, false, "Error, bad poly type.\n");
+            psError(PS_ERR_UNKNOWN, true, "Error, bad poly type.\n");
             return(NULL);
         }
@@ -827,5 +827,5 @@
         poly = psVectorFitPolynomial1D(poly, mask, maskValue, f, fErr, x);
         if (poly == NULL) {
-            psError(PS_ERR_UNKNOWN, true, "Could not fit polynomial.  Returning NULL.\n");
+            psError(PS_ERR_UNKNOWN, false, "Could not fit polynomial.  Returning NULL.\n");
             if (xIn == NULL) {
                 psFree(x);
