# | Line 71 | Line 71 | namespace OpenMD { | |
---|---|---|
71 | */ | |
72 | class Inversion : public ShortRangeInteraction { | |
73 | public: | |
74 | + | using ShortRangeInteraction::getValue; |
75 | + | using ShortRangeInteraction::getPrevValue; |
76 | + | |
77 | Inversion(Atom* atom1, Atom* atom2, Atom* atom3, Atom* atom4, InversionType* it); | |
78 | virtual ~Inversion() {} | |
79 | virtual void calcForce(RealType& angle, bool doParticlePot); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |