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