| # | Line 539 | Line 539 | void DirectionalAtom::getEulerAngles(double myEuler[3] | |
|---|---|---|
| 539 | ||
| 540 | ||
| 541 | double phi,theta,psi,eps; | |
| 542 | < | double pi; |
| 543 | < | double cphi,ctheta,cpsi; |
| 544 | < | double sphi,stheta,spsi; |
| 545 | < | double b[3]; |
| 546 | < | int flip[3]; |
| 542 | > | double ctheta,stheta; |
| 543 | ||
| 544 | // set the tolerance for Euler angles and rotation elements | |
| 545 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |