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/astro/psCoord.c

    r11618 r11668  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.132 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-02-03 06:01:42 $
     12*  @version $Revision: 1.133 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-02-06 21:36:09 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    151151Why isn't this called p_psIsPlaneTransformLinear()?
    152152 *****************************************************************************/
    153 psBool p_psIsProjectionLinear(psPlaneTransform *transform)
     153bool p_psIsProjectionLinear(psPlaneTransform *transform)
    154154{
    155155    PS_ASSERT_PTR_NON_NULL(transform, false);
Note: See TracChangeset for help on using the changeset viewer.