# | Line 128 | Line 128 | namespace OpenMD { | |
---|---|---|
128 | *this &= tmp; | |
129 | return *this; | |
130 | } | |
131 | + | |
132 | + | OpenMDBitSet parallelReduce(); |
133 | ||
134 | bool operator[] (int bitIndex) const { return bitset_[bitIndex]; } | |
135 | friend OpenMDBitSet operator| (const OpenMDBitSet& bs1, const OpenMDBitSet& bs2); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |