ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/BitSet.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/BitSet.hpp (file contents):
Revision 1970 by tim, Fri Feb 4 05:42:30 2005 UTC vs.
Revision 1974 by tim, Fri Feb 4 22:42:12 2005 UTC

# Line 55 | Line 55 | class BitSet {
55          /** */
56          BitSet() {}
57          /** */
58 <        BitSet(int nbits) {  bitset_.resize(nbits);  }
58 >        BitSet(int nbits) : bitset_(nbits) {clearAll(); }
59  
60          /** Returns the number of bits set to true in this BitSet.  */
61          int countBits();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines