Index: trunk/psLib/src/dataManip/psStats.c
===================================================================
--- trunk/psLib/src/dataManip/psStats.c	(revision 1838)
+++ trunk/psLib/src/dataManip/psStats.c	(revision 1846)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-21 19:37:12 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-22 01:30:21 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -994,6 +994,11 @@
 range and assumes that the polynomial is monotonically increasing or
 decreasing within that range.
- *****************************************************************************/
-float p_ps1DPolyMedian(psPolynomial1D* myPoly, float rangeLow, float rangeHigh, float getThisValue)
+ 
+XXX: Terminate when f(x)-getThisValue is within some error tolerance.
+ *****************************************************************************/
+float p_ps1DPolyMedian(psPolynomial1D* myPoly,
+                       float rangeLow,
+                       float rangeHigh,
+                       float getThisValue)
 {
     int numIterations = 0;
@@ -1035,5 +1040,8 @@
 XXX: This function is currently not being used.
  *****************************************************************************/
-float p_psFitQuadratic(psHistogram* histogram, psVector* cumulativeSums, int binNum, float fitFloat)
+float p_psFitQuadratic(psHistogram* histogram,
+                       psVector* cumulativeSums,
+                       int binNum,
+                       float fitFloat)
 {
     psVector* x = psVectorAlloc(3, PS_TYPE_F64);
@@ -1316,4 +1324,6 @@
     // this bin.  We then solve the quadratic for
 
+    // XXX: Create a "p_psQuadraticFitAndSolveForX() function.
+
     if (stats->options & PS_STAT_ROBUST_MEDIAN) {
         if ((maxBinNum > 0) && (maxBinNum < (robustHistogram->nums->n - 1))) {
