| # | Line 73 | Line 73 | namespace OpenMD { | |
|---|---|---|
| 73 | void addType(AtomType* atomType); | |
| 74 | virtual void calcForce(InteractionData &idat); | |
| 75 | virtual string getName() { return name_; } | |
| 76 | < | virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2); |
| 76 | > | virtual RealType getSuggestedCutoffRadius(pair<AtomType*, AtomType*> atypes); |
| 77 | ||
| 78 | private: | |
| 79 | void initialize(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |