Index: trunk/psLib/test/dataManip/tst_psFunc07.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psFunc07.c	(revision 1858)
+++ trunk/psLib/test/dataManip/tst_psFunc07.c	(revision 1861)
@@ -1,10 +1,12 @@
 /*****************************************************************************
-    This routine must ensure that the psSpline1DEval() function works
-    properly.  It creates a spline with psSpline1DAlloc(), creates a set of
-    data values, sets the spline polynomials with psSpline1DGen(), then
-    calls psSpline1DEval() on new data values and ensures that the results
-    are correct.
+This routine must ensure that the psVectorFitSpline1D() function works
+properly.  It creates a spline with psSpline1DAlloc(), creates a set of data
+values, sets the spline polynomials with psVectorFitSpline1D(), then calls
+psSpline1DEval() on new data values and ensures that the results are correct.
  
-    XXX: figure out the memory deallocator
+XXX: figure out the memory deallocator
+ 
+XXX: The interpolated values are not all that good.  However, they do agree
+with the NR version of the code.
  *****************************************************************************/
 #include <stdio.h>
