Index: trunk/psLib/src/dataManip/psMinimize.h
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.h	(revision 1837)
+++ trunk/psLib/src/dataManip/psMinimize.h	(revision 1846)
@@ -8,6 +8,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-20 23:43:53 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-22 01:30:21 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -64,4 +64,10 @@
 );
 
+psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline,              ///< The spline which will be generated.
+                                const psVector* restrict x,        ///< Ordinates (or NULL to just use the indices)
+                                const psVector* restrict y,        ///< Coordinates
+                                const psVector* restrict yErr      ///< Errors in coordinates, or NULL
+                               );
+
 typedef
 float (*psMinimizeLMChi2Func)(psVector *deriv,
@@ -99,4 +105,6 @@
                           psMinimizeChi2PowellFunc func);
 
+
+
 /* \} */// End of MathGroup Functions
 
