mailr10703 - /1.3/specific_fns/frame_order.py


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

Header


Content

Posted by edward on February 16, 2010 - 14:16:
Author: bugman
Date: Tue Feb 16 14:16:23 2010
New Revision: 10703

URL: http://svn.gna.org/viewcvs/relax?rev=10703&view=rev
Log:
The proper function from the order_parameters module is being called to calc 
the cone angle.

This allows the code to operate, but the function is not yet implemented.


Modified:
    1.3/specific_fns/frame_order.py

Modified: 1.3/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/frame_order.py?rev=10703&r1=10702&r2=10703&view=diff
==============================================================================
--- 1.3/specific_fns/frame_order.py (original)
+++ 1.3/specific_fns/frame_order.py Tue Feb 16 14:16:23 2010
@@ -507,7 +507,7 @@
             alpha = 0.0
 
             # Calculate the cone angle.
-            cdp.theta_cone = order_parameters.theta_cone(s1)
+            cdp.theta_cone = order_parameters.iso_cone_S_to_cos_theta(s1)
 
             # Monte Carlo simulation data structures.
             if sim_index != None:




Related Messages


Powered by MHonArc, Updated Tue Feb 16 14:40:02 2010