ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/primitives/Torsion.hpp
(Generate patch)

Comparing trunk/src/primitives/Torsion.hpp (file contents):
Revision 1954 by gezelter, Thu Dec 5 18:19:26 2013 UTC vs.
Revision 1955 by gezelter, Thu Dec 5 21:55:42 2013 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines