# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |