| # | Line 64 | Line 64 | namespace OpenMD { | |
|---|---|---|
| 64 | MAW(); | |
| 65 | void setForceField(ForceField *ff) {forceField_ = ff;}; | |
| 66 | void addExplicitInteraction(AtomType* atype1, AtomType* atype2, RealType De, RealType beta, RealType Re, RealType ca1, RealType cb1); | |
| 67 | < | virtual void calcForce(InteractionData idat); |
| 67 | > | virtual void calcForce(InteractionData &idat); |
| 68 | virtual string getName() {return name_;} | |
| 69 | virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2); | |
| 70 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |