Index: trunk/psLib/src/math/psMinimize.h
===================================================================
--- trunk/psLib/src/math/psMinimize.h	(revision 2788)
+++ trunk/psLib/src/math/psMinimize.h	(revision 3115)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-22 05:09:32 $
+ *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-03 00:54:10 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -65,13 +65,13 @@
 psPolynomial1D* psVectorFitPolynomial1D(
     psPolynomial1D* myPoly,            ///< Polynomial to fit
-    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
+    const psVector* x,                 ///< Ordinates (or NULL to just use the indices)
+    const psVector* y,                 ///< Coordinates
+    const psVector* yErr               ///< Errors in coordinates, or NULL
 );
 
-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
+psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline,     ///< The spline which will be generated.
+                                const psVector* x,        ///< Ordinates (or NULL to just use the indices)
+                                const psVector* y,        ///< Coordinates
+                                const psVector* yErr      ///< Errors in coordinates, or NULL
                                );
 
