Index: trunk/psLib/src/math/psMinimize.h
===================================================================
--- trunk/psLib/src/math/psMinimize.h	(revision 4540)
+++ trunk/psLib/src/math/psMinimize.h	(revision 4570)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-12 19:12:01 $
+ *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-16 00:42:28 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -93,4 +93,9 @@
     const psVector* yErr               ///< Errors in coordinates, or NULL
 );
+psSpline1D *psVectorFitSpline1DNEW(
+    const psVector* x,                 ///< Ordinates (or NULL to just use the indices)
+    const psVector* y,                 ///< Coordinates
+    int nKnots
+);
 
 /** Specifies the format of a user-defined function that the general Levenberg-
