mailr11435 - /1.3/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 August 08, 2010 - 17:14:
Author: bugman
Date: Sun Aug  8 17:14:48 2010
New Revision: 11435

URL: http://svn.gna.org/viewcvs/relax?rev=11435&view=rev
Log:
Fixed a bug in populate_2nd_eigenframe_iso_cone().

One of the many trig functions were incorrectly typed out.


Modified:
    1.3/maths_fns/frame_order_matrix_ops.py

Modified: 1.3/maths_fns/frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/frame_order_matrix_ops.py?rev=11435&r1=11434&r2=11435&view=diff
==============================================================================
--- 1.3/maths_fns/frame_order_matrix_ops.py (original)
+++ 1.3/maths_fns/frame_order_matrix_ops.py Sun Aug  8 17:14:48 2010
@@ -1107,7 +1107,7 @@
     matrix[8, 8] = (cos_tmax2 + cos_tmax + 1.0) / 3.0
 
     # Off diagonal set 1.
-    matrix[0, 4] = matrix[4, 0] = (((sin_2smax - 4.0*smax)*cos_tmax + 
3.0*sin_2smax)*sin_2tmax2 + (16.0*smax - 4.0*sin_2smax)*cos_tmax + 
4.0*sin_2smax - 16.0*smax) / denom_a
+    matrix[0, 4] = matrix[4, 0] = (((sin_2smax - 4.0*smax)*cos_tmax + 
3.0*sin_2smax)*sin(tmax)**2 + (16.0*smax - 4.0*sin_2smax)*cos_tmax + 
4.0*sin_2smax-16.0*smax) / denom_a
     matrix[0, 8] = matrix[8, 0] = -(cos_tmax2 + cos_tmax - 2.0) / 6.0
     matrix[4, 8] = matrix[8, 4] = matrix[0, 8]
 




Related Messages


Powered by MHonArc, Updated Sun Aug 08 17:40:01 2010