Index: trunk/psLib/src/math/psPolynomial.c
===================================================================
--- trunk/psLib/src/math/psPolynomial.c	(revision 1440)
+++ trunk/psLib/src/math/psPolynomial.c	(revision 1476)
@@ -8,6 +8,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-09 23:34:57 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-11 20:07:45 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -352,4 +352,10 @@
 /*****************************************************************************
     Polynomial coefficients will be accessed in [w][x][y][z] fashion.
+ 
+    XXX: Determine, from IfA, whether ot not the "mask[]" terms should be used
+    in polynomial evaluation.  If so, then all of the following polynomial
+    evaluation functions must be modified to do so.
+ 
+    XXX: Should the "coeffErr[]" should be used as well?
  *****************************************************************************/
 float psPolynomial1DEval(float x, const psPolynomial1D* myPoly)
