| # | Line 191 | Line 191 | namespace OpenMD { | |
|---|---|---|
| 191 | if (!initialized_) initialize(); | |
| 192 | ||
| 193 | map<pair<AtomType*, AtomType*>, StickyInteractionData>::iterator it; | |
| 194 | < | it = MixingMap.find(*(idat.atypes)); |
| 194 | > | it = MixingMap.find(idat.atypes); |
| 195 | if (it != MixingMap.end()) { | |
| 196 | ||
| 197 | StickyInteractionData mixer = (*it).second; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |