Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 2788)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 2847)
@@ -12,6 +12,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-12-22 05:09:32 $
+*  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-12-29 22:15:51 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -410,6 +410,6 @@
 
 psF32 psSpline1DEval(
-    psF32 x,
-    const psSpline1D *spline
+    const psSpline1D *spline,
+    psF32 x
 );
 
