IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 30, 2004, 2:45:41 PM (22 years ago)
Author:
harman
Message:

Changed return type of BitSetTest to bool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psBitSet.h

    r1073 r1166  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-06-23 23:00:15 $
     14 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-07-01 00:45:32 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7878 *  @return  int: Value of bit, either one or zero.
    7979 */
    80 int psBitSetTest(
     80bool psBitSetTest(
    8181    const psBitSet *restrict inMask,    /**< Pointer psBitSet to be tested. */
    8282    int bit                             /**< Bit to be tested. */
Note: See TracChangeset for help on using the changeset viewer.