| # | Line 245 | Line 245 | namespace OpenMD { | |
|---|---|---|
| 245 | if (!initialized_) initialize(); | |
| 246 | ||
| 247 | map<pair<AtomType*, AtomType*>, LJInteractionData>::iterator it; | |
| 248 | < | it = MixingMap.find( *(idat.atypes) ); |
| 248 | > | it = MixingMap.find( idat.atypes ); |
| 249 | ||
| 250 | if (it != MixingMap.end()) { | |
| 251 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |