Index: trunk/psLib/test/math/tst_psPolynomialEval1D.c
===================================================================
--- trunk/psLib/test/math/tst_psPolynomialEval1D.c	(revision 6304)
+++ trunk/psLib/test/math/tst_psPolynomialEval1D.c	(revision 6484)
@@ -4,6 +4,6 @@
 *  ORD and CHEB type polynomials.
 *
-*  @version  $Revision: 1.1 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2006-02-02 21:05:51 $
+*  @version  $Revision: 1.2 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2006-02-24 23:43:15 $
 *
 *  XXX: Probably should test single- and multi-dimensional polynomials in
@@ -11,5 +11,5 @@
 *
 *  XXX: define ORDERS, not TERMS
-* 
+*
 *
 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -124,4 +124,6 @@
         inputOrd->data.F64[i] = poly1DXValue[i];
         inputCheb->data.F64[i] = poly1DXChebValue[i];
+        inputOrd->n++;
+        inputCheb->n++;
     }
 
