--- branches/development/src/nonbonded/Sticky.cpp 2011/04/30 02:54:02 1554 +++ branches/development/src/nonbonded/Sticky.cpp 2011/05/27 16:45:44 1571 @@ -191,7 +191,7 @@ namespace OpenMD { if (!initialized_) initialize(); map, StickyInteractionData>::iterator it; - it = MixingMap.find(*(idat.atypes)); + it = MixingMap.find(idat.atypes); if (it != MixingMap.end()) { StickyInteractionData mixer = (*it).second;