Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 1775)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 1823)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-09-10 02:52:02 $
+*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-09-17 02:14:52 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,4 +24,5 @@
 
 #include "psVector.h"
+#include "psScalar.h"
 
 /** \addtogroup Stats
@@ -405,6 +406,9 @@
                           psVector *data);
 
+int p_psVectorBinDisect(psVector *bins,
+                        psScalar *x);
 
 /* \} */// End of MathGroup Functions
 
 #endif
+
