mailr15330 - /branches/frame_order_testing/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 14, 2012 - 18:47:
Author: bugman
Date: Tue Feb 14 18:47:44 2012
New Revision: 15330

URL: http://svn.gna.org/viewcvs/relax?rev=15330&view=rev
Log:
Fix for the cone PDB generation in the torsionless isotropic cone frame order 
model.


Modified:
    branches/frame_order_testing/specific_fns/frame_order.py

Modified: branches/frame_order_testing/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/specific_fns/frame_order.py?rev=15330&r1=15329&r2=15330&view=diff
==============================================================================
--- branches/frame_order_testing/specific_fns/frame_order.py (original)
+++ branches/frame_order_testing/specific_fns/frame_order.py Tue Feb 14 
18:47:44 2012
@@ -419,7 +419,7 @@
         # Skip models missing a cone.
         if cdp.model not in ['rotor', 'free rotor']:
             # The rotation matrix (rotation from the z-axis to the cone 
axis).
-            if cdp.model not in ['iso cone', 'iso cone, free rotor']:
+            if cdp.model not in ['iso cone', 'iso cone, torsionless', 'iso 
cone, free rotor']:
                 R = axes
             else:
                 R = zeros((3, 3), float64)




Related Messages


Powered by MHonArc, Updated Tue Feb 14 19:20:03 2012