ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/primitives/Bend.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/primitives/Bend.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2187 by tim, Wed Apr 13 18:41:17 2005 UTC

# Line 58 | Line 58 | class Bend {
58          Bend(Atom* atom1, Atom* atom2, Atom* atom3, BendType* bt)
59              : atom1_(atom1), atom2_(atom2), atom3_(atom3), bendType_(bt) {}
60  
61 <
61 >        virtual ~Bend() {}
62          virtual void calcForce();
63          
64          double getPotential() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines