| # | Line 81 | Line 81 | namespace OpenMD { | |
|---|---|---|
| 81 | RealType rA = A.length(); | |
| 82 | Vector3d B = cross(r43, r23); | |
| 83 | RealType rB = B.length(); | |
| 84 | – | //Vector3d C = cross(r23, A); | 
| 85 | – | //RealType rC = C.length(); | 
| 84 | ||
| 85 | A.normalize(); | |
| 86 | B.normalize(); | |
| 89 | – | //C.normalize(); | 
| 87 | ||
| 88 | // Calculate the sin and cos | |
| 89 | RealType cos_phi = dot(A, B) ; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |