mailr10183 - /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 - 13:42:
Author: bugman
Date: Tue Jan 12 13:42:00 2010
New Revision: 10183

URL: http://svn.gna.org/viewcvs/relax?rev=10183&view=rev
Log:
Fix for reverse_euler_zyz() due to the function renaming.


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=10183&r1=10182&r2=10183&view=diff
==============================================================================
--- 1.3/maths_fns/rotation_matrix.py (original)
+++ 1.3/maths_fns/rotation_matrix.py Tue Jan 12 13:42:00 2010
@@ -2226,7 +2226,7 @@
     R = zeros((3, 3), float64)
 
     # Get the rotation.
-    euler_zyz_to_R(alpha, beta, gamma, R)
+    euler_to_R_zyz(alpha, beta, gamma, R)
 
     # Reverse rotation.
     R = transpose(R)




Related Messages


Powered by MHonArc, Updated Tue Jan 12 14:40:01 2010