Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 6370)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 6371)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.192 2006-02-08 02:28:20 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.193 2006-02-08 03:26:01 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -847,3 +847,5 @@
 \item add \code{*out} param to \code{psFitsReadHeaderSet()}
 \item sync \code{psElemType}, \code{psDataType}, & \code{psFitsType} with the implementation in pslib
-\end{itemize}
+\item reorder \code{psPrecessMethod} to match the implementation in pslib
+\item reorder \code{psPolynomialXDAlloc()} functions params to have \code{type} first
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 6370)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 6371)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.381 2006-02-08 02:28:20 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.382 2006-02-08 03:26:01 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4611,13 +4611,12 @@
 The constructors are:
 \begin{prototype}
-psPolynomial1D *psPolynomial1DAlloc(unsigned int nX,
-                                    psPolynomialType type);
-psPolynomial2D *psPolynomial2DAlloc(unsigned int nX, unsigned int nY,
-                                    psPolynomialType type);
-psPolynomial3D *psPolynomial3DAlloc(unsigned int nX, unsigned int nY,
-                                    unsigned int nZ, psPolynomialType type);
-psPolynomial4D *psPolynomial4DAlloc(unsigned int nX, unsigned int nY,
-                                    unsigned int nZ, unsigned int nT,
-                                    psPolynomialType type);
+psPolynomial1D *psPolynomial1DAlloc(psPolynomialType type, unsigned int nX);
+psPolynomial2D *psPolynomial2DAlloc psPolynomialType type, unsigned int nX,
+                                    unsigned int nY);
+psPolynomial3D *psPolynomial3DAlloc(psPolynomialType type, unsigned int nX,
+                                    unsigned int nY, unsigned int nZ);
+psPolynomial4D *psPolynomial4DAlloc(psPolynomialType type, unsigned int nX,
+                                    unsigned int nY, unsigned int nZ,
+                                    unsigned int nT);
 \end{prototype}
 where \code{nX}, \code{nY}, etc specify the polynomial order in the
@@ -6994,7 +6993,7 @@
 typedef enum {
   PS_PRECESS_ROUGH,
-  PS_PRECESS_IAU2000A,
   PS_PRECESS_COMPLETE_A,
-  PS_PRECESS_COMPLETE_B
+  PS_PRECESS_COMPLETE_B,
+  PS_PRECESS_IAU2000A
 } psPrecessMethod;
 \end{datatype}
