IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 11:36:09 AM (19 years ago)
Author:
jhoblitt
Message:

use 'bool' instead of psBool where-ever possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimizePowell.c

    r10999 r11668  
    1111 *  NOTE: XXX: The SDR is silent about data types.  F32 is implemented here.
    1212 *
    13  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-01-09 22:38:53 $
     13 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-02-06 21:36:09 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    120120    psF32 stepSize = PS_DETERMINE_BRACKET_STEP_SIZE;
    121121    psVector *tmp = NULL;
    122     psBool boolLineIsNull = true;
     122    bool boolLineIsNull = true;
    123123
    124124    psTrace("psLib.math", 4, "---- p_psDetermineBracket() begin ----\n");
     
    254254    psS32 iter = 0;
    255255    psVector *tmp = psVectorAlloc(params->n, PS_TYPE_F32);
    256     psBool boolLineIsNull = true;
     256    bool boolLineIsNull = true;
    257257    psF32 prevMin = 0.0;
    258258    psS32 countMin = 0;
Note: See TracChangeset for help on using the changeset viewer.