mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
explicit bitvect with all ones updated
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user