mailr23975 - /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 16, 2014 - 12:05:
Author: bugman
Date: Mon Jun 16 12:05:39 2014
New Revision: 23975

URL: http://svn.gna.org/viewcvs/relax?rev=23975&view=rev
Log:
The frame_order.pdb_model user function no longer tries to create a cone 
object for the double rotor.


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=23975&r1=23974&r2=23975&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    Mon 
Jun 16 12:05:39 2014
@@ -310,7 +310,7 @@
     ##################
 
     # Skip models missing a cone.
-    if cdp.model not in ['rotor', 'free rotor']:
+    if cdp.model not in ['rotor', 'free rotor', 'double rotor']:
         # The rotation matrix (rotation from the z-axis to the cone axis).
         if cdp.model not in ['iso cone', 'iso cone, torsionless', 'iso cone, 
free rotor']:
             R = axes




Related Messages


Powered by MHonArc, Updated Mon Jun 16 16:20:02 2014