| # | Line 66 | Line 66 | namespace OpenMD { | |
|---|---|---|
| 66 | void addExplicitInteraction(AtomType* atype1, AtomType* atype2, RealType De, RealType beta, RealType Re, RealType ca1, RealType cb1); | |
| 67 | virtual void calcForce(InteractionData &idat); | |
| 68 | virtual string getName() {return name_;} | |
| 69 | < | virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2); |
| 69 | > | virtual RealType getSuggestedCutoffRadius(pair<AtomType*, AtomType*> atypes); |
| 70 | ||
| 71 | private: | |
| 72 | void initialize(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |