| # | Line 74 | Line 74 | namespace OpenMD { | |
|---|---|---|
| 74 | * members are utilized by any given interaction. | |
| 75 | */ | |
| 76 | struct InteractionData { | |
| 77 | < | pair<AtomType*, AtomType*>* atypes; /**< pair of atom types interacting */ |
| 77 | > | pair<AtomType*, AtomType*> atypes; /**< pair of atom types interacting */ |
| 78 | Vector3d* d; /**< interatomic vector (already wrapped into box) */ | |
| 79 | RealType* rij; /**< interatomic separation */ | |
| 80 | RealType* r2; /**< square of rij */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |