--- branches/development/src/utils/OpenMDBitSet.hpp 2011/11/22 20:38:56 1665 +++ branches/development/src/utils/OpenMDBitSet.hpp 2012/07/06 22:01:58 1767 @@ -49,7 +49,7 @@ namespace OpenMD { /** * @class OpenMDBitSet OpenMDBitSet.hpp "OpenMDBitSet.hpp" - * @brief OpenMDBitSet is a wrapper class of std::vector to act as a growable std::bitset + * @brief OpenMDBitSet is a wrapper class of std::vector to act as a growable std::bitset */ class OpenMDBitSet { public: @@ -148,7 +148,7 @@ namespace OpenMD { /** Sets the bits from the specified fromIndex(inclusive) to the specified toIndex(exclusive) to the specified value. */ void setBits(int fromIndex, int toIndex, bool value); - std::vector bitset_; + std::vector bitset_; };