| # | Line 68 | Line 68 | namespace OpenMD { | |
|---|---|---|
| 68 | RealType getEpsilon(AtomType* atomType); | |
| 69 | virtual void calcForce(InteractionData idat); | |
| 70 | virtual string getName() {return name_;} | |
| 71 | + | virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2); |
| 72 | ||
| 73 | private: | |
| 74 | void initialize(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |