Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 5090)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 5294)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-22 02:47:16 $
+ *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-10-12 21:02:20 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -76,5 +76,5 @@
 {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int COOL_1D_n;             ///< Polynomial order
+    unsigned int nX;             ///< Polynomial order
     psF64 *coeff;                       ///< Coefficients
     psF64 *coeffErr;                    ///< Error in coefficients
@@ -90,6 +90,6 @@
 {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int COOL_2D_nX;            ///< Polynomial order in x
-    unsigned int COOL_2D_nY;            ///< Polynomial order in y
+    unsigned int nX;            ///< Polynomial order in x
+    unsigned int nY;            ///< Polynomial order in y
     psF64 **coeff;                      ///< Coefficients
     psF64 **coeffErr;                   ///< Error in coefficients
@@ -105,7 +105,7 @@
 {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int COOL_3D_nX;            ///< Polynomial order in x
-    unsigned int COOL_3D_nY;            ///< Polynomial order in y
-    unsigned int COOL_3D_nZ;            ///< Polynomial order in z
+    unsigned int nX;            ///< Polynomial order in x
+    unsigned int nY;            ///< Polynomial order in y
+    unsigned int nZ;            ///< Polynomial order in z
     psF64 ***coeff;                     ///< Coefficients
     psF64 ***coeffErr;                  ///< Error in coefficients
@@ -121,8 +121,8 @@
 {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int COOL_4D_nX;            ///< Polynomial order in x
-    unsigned int COOL_4D_nY;            ///< Polynomial order in y
-    unsigned int COOL_4D_nZ;            ///< Polynomial order in z
-    unsigned int COOL_4D_nT;            ///< Polynomial order in t
+    unsigned int nX;            ///< Polynomial order in x
+    unsigned int nY;            ///< Polynomial order in y
+    unsigned int nZ;            ///< Polynomial order in z
+    unsigned int nT;            ///< Polynomial order in t
     psF64 ****coeff;                    ///< Coefficients
     psF64 ****coeffErr;                 ///< Error in coefficients
