Index: trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.h	(revision 2433)
+++ trunk/psLib/src/dataManip/psFunctions.h	(revision 2439)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-24 21:59:43 $
+*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-24 22:33:21 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -409,9 +409,13 @@
                                    psS32 order);
 
-float psSpline1DEval(const psSpline1D *spline,
-                     float x);
-
-psVector *psSpline1DEvalVector(const psVector *x,
-                               const psSpline1D *spline);
+float psSpline1DEval(
+    float x,
+    const psSpline1D *spline
+);
+
+psVector *psSpline1DEvalVector(
+    const psSpline1D *spline,
+    const psVector *x
+);
 
 psS32 p_psVectorBinDisect(psVector *bins,
