mailr15301 - /branches/frame_order_testing/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 February 03, 2012 - 13:41:
Author: bugman
Date: Fri Feb  3 13:41:03 2012
New Revision: 15301

URL: http://svn.gna.org/viewcvs/relax?rev=15301&view=rev
Log:
Fix for the quasi-random numerical integration of the torsionless frame order 
model.


Modified:
    branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py

Modified: branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py?rev=15301&r1=15300&r2=15301&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py 
(original)
+++ branches/frame_order_testing/maths_fns/frame_order_matrix_ops.py Fri Feb  
3 13:41:03 2012
@@ -1644,7 +1644,7 @@
         theta, phi = points[i]
 
         # Calculate theta_max.
-        theta_max = tmax_pseudo_ellipse(phi_i, theta_x, theta_y)
+        theta_max = tmax_pseudo_ellipse(phi, theta_x, theta_y)
 
         # Outside of the distribution, so skip the point.
         if theta > theta_max:




Related Messages


Powered by MHonArc, Updated Fri Feb 03 14:00:01 2012