--- branches/development/src/utils/TupleMatcher.hpp 2013/05/10 16:09:34 1873 +++ branches/development/src/utils/TupleMatcher.hpp 2013/05/15 15:09:35 1874 @@ -57,7 +57,7 @@ namespace OpenMD { class TupleMatcher { static ReturnType match(const std::map& container, const TupleType& t) { typename std::map::iterator i; - + i = container.find(t); if (i != container.end()) { return i->second;