ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/OpenMDBitSet.hpp
(Generate patch)

Comparing branches/development/src/utils/OpenMDBitSet.hpp (file contents):
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC vs.
Revision 1803 by gezelter, Wed Oct 3 14:20:07 2012 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines