Changeset 1166 for trunk/psLib/src/collections/psBitSet.h
- Timestamp:
- Jun 30, 2004, 2:45:41 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.h
r1073 r1166 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-0 6-23 23:00:15$14 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-07-01 00:45:32 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 78 78 * @return int: Value of bit, either one or zero. 79 79 */ 80 intpsBitSetTest(80 bool psBitSetTest( 81 81 const psBitSet *restrict inMask, /**< Pointer psBitSet to be tested. */ 82 82 int bit /**< Bit to be tested. */
Note:
See TracChangeset
for help on using the changeset viewer.
