Index: trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- trunk/psLib/src/dataManip/psFunctions.c	(revision 2996)
+++ trunk/psLib/src/dataManip/psFunctions.c	(revision 3000)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-10 19:47:11 $
+ *  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-14 23:27:56 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1913,4 +1913,5 @@
         if (i<(bounds->n-1)) {
             if (FLT_EPSILON < fabs(bounds->data.F32[i+1]-bounds->data.F32[i])) {
+                printf("ERROR: psErrorMsg(data points must be distinct\n");
                 // XXX: psErrorMsg(data points must be distinct)
             }
Index: trunk/psLib/src/dataManip/psMinimize.c
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.c	(revision 2996)
+++ trunk/psLib/src/dataManip/psMinimize.c	(revision 3000)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.98 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-05 20:59:33 $
+ *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-14 23:27:56 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -57,5 +57,4 @@
 input parameter "x" between 0 and input parameter polyOrder.  The result is
 returned as a psVector sums.
- 
  
 XXX: Use a static vector.
@@ -693,5 +692,5 @@
                     deriv->data.F32[n][p];
             }
-            // XXX: multiple by -1 here?
+            // XXX: multiply by -1 here?
             (beta->data.F64[p])*= -1.0;
             psTrace(".psLib.dataManip.psMinimize", 6,
@@ -1139,11 +1138,12 @@
  
 Algorithm:
-XXX completely ad hoc:
-start with the user-supplied starting
-parameter and call that b.  Calculate a/c as a fractional amount
-smaller/larger than b.  Repeat this process until a local minimum is found.
- 
-XXX:
-new algorithm:
+ 
+XXX completely ad hoc:  
+start with the user-supplied starting parameter and
+call that b.  Calculate a/c as a fractional amount smaller/larger than b.
+Repeat this process until a local minimum is found.
+ 
+XXX:  
+new algorithm:  
 start at x=0, expand in one direction until the function
 decreases.  Then you have two points in the bracket.  Keep going until it
@@ -1151,8 +1151,8 @@
 direction.
  
-XXX:
+XXX: 
 This is F32 only.
  
-XXX:
+XXX: 
 output bracket vector should be an input as well.
 *****************************************************************************/
Index: trunk/psLib/src/dataManip/psStats.c
===================================================================
--- trunk/psLib/src/dataManip/psStats.c	(revision 2996)
+++ trunk/psLib/src/dataManip/psStats.c	(revision 3000)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.109 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-14 00:53:56 $
+ *  @version $Revision: 1.110 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-14 23:27:56 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1959,6 +1959,4 @@
 Returns:
     The histogram structure "out".
- 
-XXX: Waiting for direction on how to use the errors parameter.
  *****************************************************************************/
 psHistogram* psVectorHistogram(psHistogram* out,
