--- branches/development/src/utils/OpenMDBitSet.hpp 2012/07/06 22:01:58 1767 +++ branches/development/src/utils/OpenMDBitSet.hpp 2012/10/03 14:20:07 1803 @@ -128,6 +128,8 @@ namespace OpenMD { *this &= tmp; return *this; } + + OpenMDBitSet parallelReduce(); bool operator[] (int bitIndex) const { return bitset_[bitIndex]; } friend OpenMDBitSet operator| (const OpenMDBitSet& bs1, const OpenMDBitSet& bs2);