Index: trunk/psLib/src/math/psMinimize.c
===================================================================
--- trunk/psLib/src/math/psMinimize.c	(revision 2909)
+++ trunk/psLib/src/math/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.
 *****************************************************************************/
