Index: trunk/psLib/src/dataManip/psMinimize.h
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.h	(revision 2250)
+++ trunk/psLib/src/dataManip/psMinimize.h	(revision 2788)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-01 23:57:08 $
+ *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-22 05:09:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -40,13 +40,13 @@
 {
     psS32 maxIter;                       ///< Convergence limit
-    float tol;                         ///< Error Tolerance
-    float value;                       ///< Value of function at minimum
+    psF32 tol;                         ///< Error Tolerance
+    psF32 value;                       ///< Value of function at minimum
     psS32 iter;                          ///< Number of iterations required
-    float lastDelta;                   ///< The last difference for the fit
+    psF32 lastDelta;                   ///< The last difference for the fit
 }
 psMinimization;
 
 psMinimization *psMinimizationAlloc(psS32 maxIter,
-                                    float tol);
+                                    psF32 tol);
 
 /** Derive a polynomial fit.
@@ -91,5 +91,5 @@
 
 typedef
-float (*psMinimizePowellFunc)(const psVector *params,
+psF32 (*psMinimizePowellFunc)(const psVector *params,
                               const psArray *coords);
 
