Changeset 11668 for trunk/psLib/src/math/psMinimizePowell.c
- Timestamp:
- Feb 6, 2007, 11:36:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePowell.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePowell.c
r10999 r11668 11 11 * NOTE: XXX: The SDR is silent about data types. F32 is implemented here. 12 12 * 13 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 1-09 22:38:53$13 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-02-06 21:36:09 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 120 120 psF32 stepSize = PS_DETERMINE_BRACKET_STEP_SIZE; 121 121 psVector *tmp = NULL; 122 psBool boolLineIsNull = true;122 bool boolLineIsNull = true; 123 123 124 124 psTrace("psLib.math", 4, "---- p_psDetermineBracket() begin ----\n"); … … 254 254 psS32 iter = 0; 255 255 psVector *tmp = psVectorAlloc(params->n, PS_TYPE_F32); 256 psBool boolLineIsNull = true;256 bool boolLineIsNull = true; 257 257 psF32 prevMin = 0.0; 258 258 psS32 countMin = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
