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