# | Line 91 | Line 91 | namespace oopse { | |
---|---|---|
91 | f3.negate(); | |
92 | ghostAtom->addTrq(cross(r43, f3)); | |
93 | ||
94 | + | atom1_->addParticlePot(potential_); |
95 | + | atom2_->addParticlePot(potential_); |
96 | + | ghostAtom->addParticlePot(potential_); |
97 | + | |
98 | angle = acos(cos_phi) /M_PI * 180.0; | |
99 | } | |
100 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |