Index: trunk/psLib/test/math/tap_psPolynomialEval1D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolynomialEval1D.c	(revision 13308)
+++ trunk/psLib/test/math/tap_psPolynomialEval1D.c	(revision 17515)
@@ -4,6 +4,6 @@
 *  ORD and CHEB type polynomials.
 *
-*  @version  $Revision: 1.9 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2007-05-08 06:36:51 $
+*  @version  $Revision: 1.10 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2008-05-05 00:09:04 $
 *
 *  XXX: Probably should test single- and multi-dimensional polynomials in
@@ -68,5 +68,5 @@
         for(psS32 i = 0; i < TERMS; i++) {
             polyOrd->coeff[i] = poly1DCoeff[i];
-            polyOrd->mask[i]  = poly1DMask[i];
+            polyOrd->coeffMask[i]  = poly1DMask[i];
         }
 
@@ -97,5 +97,5 @@
         {
             polyCheb->coeff[i] = 1.0;
-            polyCheb->mask[i]  = poly1DMask[i];
+            polyCheb->coeffMask[i]  = poly1DMask[i];
         }
         // Evaluate test points and verify results
@@ -133,5 +133,5 @@
         {
             polyOrd->coeff[i] = poly1DCoeff[i];
-            polyOrd->mask[i]  = poly1DMask[i];
+            polyOrd->coeffMask[i]  = poly1DMask[i];
         }
 
@@ -199,5 +199,5 @@
         {
             polyCheb->coeff[i] = 1.0;
-            polyCheb->mask[i]  = poly1DMask[i];
+            polyCheb->coeffMask[i]  = poly1DMask[i];
         }
 
