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

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

# Line 70 | Line 70 | namespace OpenMD {
70        : atom1_(atom1), atom2_(atom2), atom3_(atom3), bendType_(bt) {}
71      
72      virtual ~Bend() {}
73 <    virtual void calcForce(RealType& angle);
73 >    virtual void calcForce(RealType& angle, bool doParticlePot);
74      
75      RealType getPotential() {
76        return potential_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines