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

Comparing branches/development/src/primitives/Inversion.hpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1712 by gezelter, Sat May 19 13:30:21 2012 UTC

# Line 74 | Line 74 | namespace OpenMD {
74    public:
75      Inversion(Atom* atom1, Atom* atom2, Atom* atom3, Atom* atom4, InversionType* it);
76      virtual ~Inversion() {}
77 <    virtual void calcForce(RealType& angle);
77 >    virtual void calcForce(RealType& angle, bool doParticlePot);
78          
79      RealType getPotential() {
80        return potential_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines