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.c

    r1162 r1166  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-07-01 00:14:25 $
     12 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-07-01 00:45:41 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include <ctype.h>
    2424#include <math.h>
     25#include <stdbool.h>
    2526
    2627#include "psBitSet.h"
     
    140141}
    141142
    142 int psBitSetTest(const psBitSet *inBitSet, int bit)
     143bool psBitSetTest(const psBitSet *inBitSet, int bit)
    143144{
    144145    char* byte = NULL;
Note: See TracChangeset for help on using the changeset viewer.