Index: /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 5791)
+++ /branches/SDRS-18-FIXES/doc/pslib/ChangeLogSDRS.tex	(revision 5792)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.183.2.1 2005-12-15 00:46:00 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.183.2.2 2005-12-15 01:29:01 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -838,3 +838,4 @@
 \item change \code{psPolynomial?DAlloc()} to have \code{type} as the last
   parameter.
-\end{itemize}
+\item minor \code{typedef} fixes
+\end{itemize}
Index: /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex
===================================================================
--- /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 5791)
+++ /branches/SDRS-18-FIXES/doc/pslib/psLibSDRS.tex	(revision 5792)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.362.2.1 2005-12-15 00:46:00 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.362.2.2 2005-12-15 01:29:01 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4544,5 +4544,5 @@
 typedef struct {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int nX                     ///< Order Number in X dimension
+    unsigned int nX;                    ///< Order Number in X dimension
     unsigned int nY;                    ///< Order Number in Y dimension
     psF64 **coeff;                      ///< Coefficients
@@ -4634,4 +4634,5 @@
     psPolynomial1D **spline;            ///< Array of n pointers to splines
     psVector *knots;                    ///< The boundaries between each spline piece.  Size is n+1.
+    psF32 *p_psDeriv2;                  ///< Private 
 } psSpline1D;
 \end{datatype}
Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5791)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5792)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.184 2005-12-15 00:51:04 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.185 2005-12-15 01:30:23 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -838,3 +838,4 @@
 \item change \code{psPolynomial?DAlloc()} to have \code{type} as the last
   parameter.
-\end{itemize}
+\item minor \code{typedef} fixes
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 5791)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 5792)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.364 2005-12-15 00:51:04 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.365 2005-12-15 01:30:23 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4548,5 +4548,5 @@
 typedef struct {
     psPolynomialType type;              ///< Polynomial type
-    unsigned int nX                     ///< Order Number in X dimension
+    unsigned int nX;                    ///< Order Number in X dimension
     unsigned int nY;                    ///< Order Number in Y dimension
     psF64 **coeff;                      ///< Coefficients
@@ -4638,4 +4638,5 @@
     psPolynomial1D **spline;            ///< Array of n pointers to splines
     psVector *knots;                    ///< The boundaries between each spline piece.  Size is n+1.
+    psF32 *p_psDeriv2;                  ///< Private 
 } psSpline1D;
 \end{datatype}
