| # | Line 180 | Line 180 | namespace OpenMD { | |
|---|---|---|
| 180 | virtual ~NonBondedInteraction() {} | |
| 181 | virtual void calcForce(InteractionData idat) = 0; | |
| 182 | virtual InteractionFamily getFamily() = 0; | |
| 183 | + | virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2) = 0; |
| 184 | virtual string getName() = 0; | |
| 185 | }; | |
| 186 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |