Index: /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 5789)
+++ /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 5790)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.183 2005-12-06 18:54:01 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.183.2.1 2005-12-15 00:46:00 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -803,5 +803,5 @@
 \end{itemize}
 
-\subsection{Changes from Revision 17 (18 Oct 2005) to Revistion 18 (06 Dec 2005)}
+\subsection{Changes from Revision 17 (18 Oct 2005) to Revision 18 (06 Dec 2005)}
 
 \begin{itemize}
@@ -833,2 +833,8 @@
 \item clarified units for \code{psProjectionAlloc}
 \end{itemize}
+
+\subsection{Changes from Revistion 18 (06 Dec 2005) to Revision 19 ()}
+\begin{itemize}
+\item change \code{psPolynomial?DAlloc()} to have \code{type} as the last
+  parameter.
+\end{itemize}
Index: /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 5789)
+++ /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 5790)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.362 2005-12-06 18:56:01 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.362.2.1 2005-12-15 00:46:00 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4565,12 +4565,13 @@
 The constructors are:
 \begin{prototype}
-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);
+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);
 \end{prototype}
 where \code{nX}, \code{nY}, etc specify the polynomial order in the
