mailr9132 - /branches/frame_order/maths_fns/frame_order_matrix_ops.py


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

Header


Content

Posted by edward on June 23, 2009 - 11:37:
Author: bugman
Date: Tue Jun 23 11:37:05 2009
New Revision: 9132

URL: http://svn.gna.org/viewcvs/relax?rev=9132&view=rev
Log:
Bug fix for compile_2nd_matrix_iso_cone().

The rotation matrix uses the polar angle, not the cone angle.


Modified:
    branches/frame_order/maths_fns/frame_order_matrix_ops.py

Modified: branches/frame_order/maths_fns/frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order/maths_fns/frame_order_matrix_ops.py?rev=9132&r1=9131&r2=9132&view=diff
==============================================================================
--- branches/frame_order/maths_fns/frame_order_matrix_ops.py (original)
+++ branches/frame_order/maths_fns/frame_order_matrix_ops.py Tue Jun 23 
11:37:05 2009
@@ -61,7 +61,7 @@
     mu_rot = cross(z_axis, cone_axis)
 
     # Generate the rotation matrix.
-    R_axis_angle(R, mu_rot, theta_cone)
+    R_axis_angle(R, mu_rot, theta_axis)
 
     # The outer product of R.
     R_kron = kron_prod(R, R)




Related Messages


Powered by MHonArc, Updated Tue Jun 23 13:00:02 2009