Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2736)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2737)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.51 2004-12-14 19:52:24 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.52 2004-12-16 22:10:43 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -403,3 +403,4 @@
 \item added header entry to psFitsWriteTable
 \item added psFitsUpdateTable 
-\end{itemize}
+\item Updated \code{psSpline1D} to use a vector for the \code{knots}, and specified types.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 2736)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 2737)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.159 2004-12-14 19:52:24 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.160 2004-12-16 22:10:48 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2271,5 +2271,5 @@
     int n;                              ///< Number of spline pieces
     psPolynomial1D **spline;            ///< Array of n pointers to splines
-    float *knots;                       ///< The boundaries between each spline piece.  Size is n+1.
+    psVector *knots;                    ///< The boundaries between each spline piece.  Size is n+1.
 } psSpline1D;
 \end{verbatim}
@@ -2282,5 +2282,6 @@
 order polynomial (the type of polynomial is left to the
 implementation).  The \code{knots} member specifies the boundaries
-between each spline piece (including the two ends).
+between each spline piece (including the two ends).  The \code{knots}
+vector may be of type U32, F32 or F64.
 
 Of course, we require the appropriate constructors and destructor:
