Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 5220)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 5372)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.346 2005-10-03 20:33:17 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.347 2005-10-19 02:57:36 eugene Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4471,5 +4471,5 @@
 typedef struct {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int n;                     ///< Number of terms
+    unsigned int nX;                    ///< Order Number
     psF64 *coeff;                       ///< Coefficients
     psF64 *coeffErr;                    ///< Error in coefficients
@@ -4482,6 +4482,6 @@
 typedef struct {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int nX                     ///< Number of terms in x
-    unsigned int nY;                    ///< Number of terms in y
+    unsigned int nX                     ///< Order Number in X dimension
+    unsigned int nY;                    ///< Order Number in Y dimension
     psF64 **coeff;                      ///< Coefficients
     psF64 **coeffErr;                   ///< Error in coefficients
