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

Comparing trunk/src/primitives/Bond.hpp (file contents):
Revision 1954 by gezelter, Thu Dec 5 18:19:26 2013 UTC vs.
Revision 1955 by gezelter, Thu Dec 5 21:55:42 2013 UTC

# Line 59 | Line 59 | namespace OpenMD {
59    
60    class Bond : public ShortRangeInteraction {
61    public:
62 +    using ShortRangeInteraction::getValue;
63 +    using ShortRangeInteraction::getPrevValue;
64      Bond(Atom* atom1, Atom* atom2, BondType* bt) : ShortRangeInteraction(),
65                                                     bondType_(bt) {
66        atoms_.resize(2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines