Index: trunk/psLib/src/math/psMinimizePolyFit.c
===================================================================
--- trunk/psLib/src/math/psMinimizePolyFit.c	(revision 7107)
+++ trunk/psLib/src/math/psMinimizePolyFit.c	(revision 7133)
@@ -10,6 +10,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-10 13:24:57 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-18 01:21:16 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -2358,5 +2358,5 @@
 
     for (psS32 N = 0; N < stats->clipIter; N++) {
-        psTrace(__func__, 6, "Loop iteration %d.  Calling psVectorFitPolynomial1D()\n");
+        psTrace(__func__, 6, "Loop iteration %d.  Calling psVectorFitPolynomial4D()\n");
         psS32 Nkeep = 0;
         if (psTraceGetLevel(__func__) >= 6) {
@@ -2378,5 +2378,5 @@
         fit = psPolynomial4DEvalVector (poly, x, y, z, t);
         if (fit == NULL) {
-            psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial3DEvalVector().  Returning NULL.\n");
+            psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial4DEvalVector().  Returning NULL.\n");
             psFree(resid)
             return(NULL);
