# | Line 79 | Line 79 | namespace OpenMD { | |
---|---|---|
79 | void calcFunctional(FunctionalData fdat); | |
80 | void calcForce(InteractionData idat); | |
81 | virtual string getName() { return name_; } | |
82 | + | virtual RealType getSuggestedCutoffRadius(AtomType* at1, AtomType* at2); |
83 | ||
84 | private: | |
85 | void initialize(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |