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

Comparing branches/development/src/utils/TupleMatcher.hpp (file contents):
Revision 1873 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 57 | Line 57 | namespace OpenMD {
57    class TupleMatcher {
58      static ReturnType match(const std::map<TupleType, ReturnType>& container, const TupleType& t) {
59        typename std::map<TupleType, ReturnType>::iterator i;
60 <
60 >      
61        i = container.find(t);
62        if (i != container.end()) {
63          return i->second;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines