Changeset 4162 for trunk/psLib/src/collections/psBitSet.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.h
r3264 r4162 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 2-17 19:26:23$14 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-08 23:40:45 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 75 75 /** Clear a bit. 76 76 * 77 * Clear a bit at a given bit location. The bit is cleared based on a zero 78 * index with the first bit set in the zero bit slot of the zero element of 79 * the byte array. 77 * Clear a bit at a given bit location. The bit is cleared based on a zero 78 * index with the first bit set in the zero bit slot of the zero element of 79 * the byte array. 80 80 * 81 81 * @return psBitSet* : Pointer to struct containing psBitSet. … … 143 143 /// @} 144 144 145 #endif 145 #endif // #ifndef PSBITSET_H
Note:
See TracChangeset
for help on using the changeset viewer.
