Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 2712)
+++ 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:
