mailr23878 - /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 12, 2014 - 13:52:
Author: bugman
Date: Thu Jun 12 13:52:26 2014
New Revision: 23878

URL: http://svn.gna.org/viewcvs/relax?rev=23878&view=rev
Log:
Fix for the PDB representation generated by frame_order.pdb_model for the 
free rotor pseudo-ellipse.


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=23878&r1=23877&r2=23878&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    Thu 
Jun 12 13:52:26 2014
@@ -165,7 +165,7 @@
     # The rotor object.
     if cdp.model in ['rotor', 'free rotor', 'iso cone', 'iso cone, free 
rotor', 'pseudo-ellipse', 'pseudo-ellipse, free rotor']:
         # The rotor angle.
-        if cdp.model in ['free rotor', 'iso cone, free rotor']:
+        if cdp.model in ['free rotor', 'iso cone, free rotor', 
'pseudo-ellipse, free rotor']:
             rotor_angle = pi
         else:
             rotor_angle = cdp.cone_sigma_max




Related Messages


Powered by MHonArc, Updated Thu Jun 12 14:00:02 2014