explicit bitvect with all ones updated

This commit is contained in:
Sereina Riniker
2014-04-09 07:37:08 +02:00
parent e927eb2111
commit 7cf9b1418c

View File

@@ -26,7 +26,6 @@ ExplicitBitVect::ExplicitBitVect(unsigned int size, bool bitsSet)
_initForSize(size);
if (bitsSet) {
dp_bits->set(); // set all bits to 1
//dp_bits.resize(size, true);
d_numOnBits = size;
}
}