Index: trunk/psLib/src/math/psMinimizePowell.c
===================================================================
--- trunk/psLib/src/math/psMinimizePowell.c	(revision 10999)
+++ trunk/psLib/src/math/psMinimizePowell.c	(revision 11668)
@@ -11,6 +11,6 @@
  *  NOTE: XXX: The SDR is silent about data types.  F32 is implemented here.
  *
- *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-09 22:38:53 $
+ *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 21:36:09 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -120,5 +120,5 @@
     psF32 stepSize = PS_DETERMINE_BRACKET_STEP_SIZE;
     psVector *tmp = NULL;
-    psBool boolLineIsNull = true;
+    bool boolLineIsNull = true;
 
     psTrace("psLib.math", 4, "---- p_psDetermineBracket() begin ----\n");
@@ -254,5 +254,5 @@
     psS32 iter = 0;
     psVector *tmp = psVectorAlloc(params->n, PS_TYPE_F32);
-    psBool boolLineIsNull = true;
+    bool boolLineIsNull = true;
     psF32 prevMin = 0.0;
     psS32 countMin = 0;
