mailr10185 - /1.3/maths_fns/rotation_matrix.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 12, 2010 - 14:22:
Author: bugman
Date: Tue Jan 12 14:22:52 2010
New Revision: 10185

URL: http://svn.gna.org/viewcvs/relax?rev=10185&view=rev
Log:
Fix for the euler_to_axis_angle_xzx() function.


Modified:
    1.3/maths_fns/rotation_matrix.py

Modified: 1.3/maths_fns/rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/rotation_matrix.py?rev=10185&r1=10184&r2=10185&view=diff
==============================================================================
--- 1.3/maths_fns/rotation_matrix.py (original)
+++ 1.3/maths_fns/rotation_matrix.py Tue Jan 12 14:22:52 2010
@@ -489,7 +489,7 @@
     R = zeros((3, 3), float64)
 
     # Get the rotation.
-    euler_xzx_to_R(alpha, beta, gamma, R)
+    euler_to_R_xzx(alpha, beta, gamma, R)
 
     # Return the axis and angle.
     return R_to_axis_angle(R)




Related Messages


Powered by MHonArc, Updated Tue Jan 12 15:20:07 2010