Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2352)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2353)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.42 2004-11-11 04:03:17 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.43 2004-11-12 22:21:19 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -371,4 +371,5 @@
 \item \code{psImageRebin} input types restricted; bug 198.
 \item Fixed up the LM minimization specification; bug 203.
+\item Removed errors from \code{psVectorFitSpline1D}.
 \end{itemize}
 
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 2352)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 2353)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.148 2004-11-11 04:03:24 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.149 2004-11-12 22:21:24 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2476,6 +2476,5 @@
 psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline,
                                 const psVector *x,
-                                const psVector *y,
-                                const psVector *yErr);
+                                const psVector *y);
 \end{verbatim}
 \code{psVectorFitSpline} shall return the spline that best fits the
@@ -2485,7 +2484,6 @@
 \code{x}.  As is the case for \code{psVectorFitPolynomial1D}, if
 \code{x} is \code{NULL}, then the index of \code{y} shall be used as
-the ordinate; and if \code{yErr} is \code{NULL}, then all the data
-errors shall be assumed to be equal.  This function must be valid only
-for types \code{psF32}, \code{psF64}.
+the ordinate.  This function must be valid only for types
+\code{psF32}, \code{psF64}.
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
