# | Line 76 | Line 76 | namespace OpenMD { | |
---|---|---|
76 | RealType tw, swingX, swingY; | |
77 | ||
78 | quat.getTwistSwingAxisAngle(twistAngle, swingAngle, swingAxis); | |
79 | < | quat.toSwingTwist(tw, swingX, swingY); |
79 | > | quat.toSwingTwist(swingX, swingY, tw); |
80 | ||
81 | RealType dVdtwist, dVdswingX, dVdswingY; | |
82 | RealType dTwist, dSwingX, dSwingY; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |