# | Line 73 | Line 73 | struct TorsionDataSet { | |
---|---|---|
73 | */ | |
74 | class Torsion : public ShortRangeInteraction { | |
75 | public: | |
76 | + | using ShortRangeInteraction::getValue; |
77 | + | using ShortRangeInteraction::getPrevValue; |
78 | + | |
79 | Torsion(Atom* atom1, Atom* atom2, Atom* atom3, Atom* atom4, TorsionType* tt); | |
80 | virtual ~Torsion() {} | |
81 | virtual void calcForce(RealType& angle, bool doParticlePot); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |