mailr23686 - /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py


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

Header


Content

Posted by edward on June 06, 2014 - 10:37:
Author: bugman
Date: Fri Jun  6 10:37:29 2014
New Revision: 23686

URL: http://svn.gna.org/viewcvs/relax?rev=23686&view=rev
Log:
Fix for the failure of the frame_order.pdb_model user function for the free 
rotor frame order model.

This is due to the recent parameter conversion to the axis alpha angle.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/uf.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/uf.py?rev=23686&r1=23685&r2=23686&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    Fri 
Jun  6 10:37:29 2014
@@ -217,7 +217,7 @@
         print("\nGenerating the z-axis system.")
 
         # The axis.
-        if cdp.model in ['rotor']:
+        if cdp.model in ['rotor', 'free rotor']:
             axis = create_rotor_axis_alpha(alpha=cdp.axis_alpha, 
pivot=pivot, point=com)
         else:
             axis = create_rotor_axis_spherical(theta=cdp.axis_theta, 
phi=cdp.axis_phi)




Related Messages


Powered by MHonArc, Updated Fri Jun 06 11:00:02 2014