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

Comparing trunk/OOPSE-4/src/primitives/Bond.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 Bond {
58   class Bond {
59      public:
60          Bond(Atom* atom1, Atom* atom2, BondType* bt) : atom1_(atom1), atom2_(atom2), bondType_(bt) {}
61 <
61 >        virtual ~Bond() {}
62          void calcForce() {
63              double len;
64              double dvdr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines