Index: /trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.c	(revision 3856)
+++ /trunk/psLib/src/dataManip/psFunctions.c	(revision 3857)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-26 19:53:30 $
+ *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-05 22:33:14 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -18,4 +18,9 @@
  *  XXX: In the various polyAlloc(n) functions, n is really the order of the
  *  polynomial plus 1.  To create a 2nd-order polynomial, n == 3.
+ *
+ *  XXX: potential bug: for a multi-dimensional polynomial with order (m, n)
+ *  the functions in this file currently do not ignore many of the
+ *  coefficients in the coeff matrix that ...
+ *
  */
 /*****************************************************************************/
Index: /trunk/psLib/src/math/psPolynomial.c
===================================================================
--- /trunk/psLib/src/math/psPolynomial.c	(revision 3856)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 3857)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-26 19:53:30 $
+ *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-05 22:33:14 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -18,4 +18,9 @@
  *  XXX: In the various polyAlloc(n) functions, n is really the order of the
  *  polynomial plus 1.  To create a 2nd-order polynomial, n == 3.
+ *
+ *  XXX: potential bug: for a multi-dimensional polynomial with order (m, n)
+ *  the functions in this file currently do not ignore many of the
+ *  coefficients in the coeff matrix that ...
+ *
  */
 /*****************************************************************************/
Index: /trunk/psLib/src/math/psSpline.c
===================================================================
--- /trunk/psLib/src/math/psSpline.c	(revision 3856)
+++ /trunk/psLib/src/math/psSpline.c	(revision 3857)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-26 19:53:30 $
+ *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-05 22:33:14 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -18,4 +18,9 @@
  *  XXX: In the various polyAlloc(n) functions, n is really the order of the
  *  polynomial plus 1.  To create a 2nd-order polynomial, n == 3.
+ *
+ *  XXX: potential bug: for a multi-dimensional polynomial with order (m, n)
+ *  the functions in this file currently do not ignore many of the
+ *  coefficients in the coeff matrix that ...
+ *
  */
 /*****************************************************************************/
