# | Line 70 | Line 70 | namespace OpenMD { | |
---|---|---|
70 | : atom1_(atom1), atom2_(atom2), atom3_(atom3), bendType_(bt) {} | |
71 | ||
72 | virtual ~Bend() {} | |
73 | < | virtual void calcForce(RealType& angle); |
73 | > | virtual void calcForce(RealType& angle, bool doParticlePot); |
74 | ||
75 | RealType getPotential() { | |
76 | return potential_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |