--- trunk/src/primitives/Inversion.cpp 2013/12/05 18:19:26 1953 +++ trunk/src/primitives/Inversion.cpp 2015/03/05 15:35:37 2067 @@ -81,12 +81,9 @@ namespace OpenMD { RealType rA = A.length(); Vector3d B = cross(r43, r23); RealType rB = B.length(); - //Vector3d C = cross(r23, A); - //RealType rC = C.length(); A.normalize(); B.normalize(); - //C.normalize(); // Calculate the sin and cos RealType cos_phi = dot(A, B) ;