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

Comparing branches/new_design/OOPSE-3.0/src/primitives/Bend.hpp (file contents):
Revision 1831 by tim, Tue Nov 30 17:54:22 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 43 | Line 43 | class Bend {
43              : atom1_(atom1), atom2_(atom2), atom3_(atom3), bendType_(bt) {}
44  
45  
46 <        void calcForce();
46 >        virtual void calcForce();
47          
48          double getPotential() {
49              return potential_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines