Index: trunk/psLib/src/math/psSpline.c
===================================================================
--- trunk/psLib/src/math/psSpline.c	(revision 5517)
+++ trunk/psLib/src/math/psSpline.c	(revision 6186)
@@ -7,6 +7,6 @@
 *  splines.
 *
-*  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-15 20:10:32 $
+*  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-01-23 22:25:31 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -90,5 +90,4 @@
 (F32).
  
-XXX: This algorithm is derived from the Numerical Recipes.
 XXX: use recycled vectors for internal data.
 XXX: do an F64 version?
@@ -111,5 +110,5 @@
     psF32 *Y = (psF32 *) & (y->data.F32[0]);
     //
-    // XXX: The second derivatives at the endpoints, undefined in the SDR,
+    // The second derivatives at the endpoints, undefined in the SDR,
     // are set in psConstants.h: PS_LEFT_SPLINE_DERIV, PS_RIGHT_SPLINE_DERIV.
     //
@@ -335,9 +334,10 @@
 LaGrange interpolation.
  *****************************************************************************/
-static psF32 interpolate1DF32(psF32 *domain,
-                              psF32 *range,
-                              unsigned int n,
-                              unsigned int order,
-                              psF32 x)
+static psF32 interpolate1DF32(
+    psF32 *domain,
+    psF32 *range,
+    unsigned int n,
+    unsigned int order,
+    psF32 x)
 {
     psTrace(__func__, 4, "---- %s() begin ----\n", __func__);
