Index: trunk/psLib/src/dataManip/psMinimize.h
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.h	(revision 1281)
+++ trunk/psLib/src/dataManip/psMinimize.h	(revision 1345)
@@ -39,9 +39,9 @@
 /** Derive a polynomial fit by chi^2 minimisation (analytically) */
 psPolynomial1D *
-psGetArrayPolynomial(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
-                    );
+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
+                       );
 
 /* \} */ // End of MathGroup Functions
