Index: trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.h	(revision 1846)
+++ trunk/psLib/src/dataManip/psFunctions.h	(revision 1859)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-09-22 01:30:21 $
+*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-09-23 04:56:41 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -407,4 +407,12 @@
                           psVector *data);
 
+int p_psVectorBinDisectF32(float *bins,
+                           int numBins,
+                           float x);
+
+int p_psVectorBinDisectS32(int *bins,
+                           int numBins,
+                           int x);
+
 int p_psVectorBinDisect(psVector *bins,
                         psScalar *x);
@@ -415,4 +423,9 @@
                                 psScalar *x);
 
+float p_psNRSpline1DEval(psSpline1D *spline,
+                         const psVector* restrict x,
+                         const psVector* restrict y,
+                         float X);
+
 /* \} */// End of MathGroup Functions
 
