| # | Line 147 | Line 147 | namespace OpenMD { | |
|---|---|---|
| 147 | if (!initialized_) initialize(); | |
| 148 | ||
| 149 | map<pair<AtomType*, AtomType*>, MorseInteractionData>::iterator it; | |
| 150 | < | it = MixingMap.find( *(idat.atypes) ); |
| 150 | > | it = MixingMap.find( idat.atypes ); |
| 151 | if (it != MixingMap.end()) { | |
| 152 | MorseInteractionData mixer = (*it).second; | |
| 153 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |