mailr11503 - /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 August 12, 2010 - 18:14:
Author: bugman
Date: Thu Aug 12 18:14:54 2010
New Revision: 11503

URL: http://svn.gna.org/viewcvs/relax?rev=11503&view=rev
Log:
Fixed some calls to maths_fns.order_parameters.iso_cone_S_to_theta().

The wrong function was being called by the free rotor isotropic cone model.


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=11503&r1=11502&r2=11503&view=diff
==============================================================================
--- 1.3/specific_fns/frame_order.py (original)
+++ 1.3/specific_fns/frame_order.py Thu Aug 12 18:14:54 2010
@@ -612,7 +612,7 @@
                 cdp.cone_theta_sim[sim_index] = cone_theta
             if cone_s1 != None:
                 cdp.cone_s1_sim[sim_index] = cone_s1
-                cdp.cone_theta[sim_index] = 
order_parameters.iso_cone_S_to_cos_theta(cone_s1)
+                cdp.cone_theta[sim_index] = 
order_parameters.iso_cone_S_to_theta(cone_s1)
             if cone_theta_x != None:
                 cdp.cone_theta_x[sim_index] = cone_theta_x
             if cone_theta_y != None:
@@ -655,7 +655,7 @@
                 cdp.cone_theta = cone_theta
             if cone_s1 != None:
                 cdp.cone_s1 = cone_s1
-                cdp.cone_theta = 
order_parameters.iso_cone_S_to_cos_theta(cone_s1)
+                cdp.cone_theta = 
order_parameters.iso_cone_S_to_theta(cone_s1)
             if cone_theta_x != None:
                 cdp.cone_theta_x = cone_theta_x
             if cone_theta_y != None:




Related Messages


Powered by MHonArc, Updated Thu Aug 12 18:20:01 2010