mailr22111 - /branches/double_rotor/target_functions/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 03, 2014 - 15:14:
Author: bugman
Date: Mon Feb  3 15:14:22 2014
New Revision: 22111

URL: http://svn.gna.org/viewcvs/relax?rev=22111&view=rev
Log:
Fix for the double rotor frame order model when only RDCs are used.

The target function was not being aliased when no PCS data was present.


Modified:
    branches/double_rotor/target_functions/frame_order.py

Modified: branches/double_rotor/target_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/target_functions/frame_order.py?rev=22111&r1=22110&r2=22111&view=diff
==============================================================================
--- branches/double_rotor/target_functions/frame_order.py (original)
+++ branches/double_rotor/target_functions/frame_order.py Mon Feb  3 15:14:22 
2014
@@ -365,6 +365,8 @@
                 self.func = self.func_rigid
             elif model == 'free rotor':
                 self.func = self.func_free_rotor
+            elif model == 'double rotor':
+                self.func = self.func_double_rotor
 
 
     def _init_tensors(self):




Related Messages


Powered by MHonArc, Updated Mon Feb 03 15:40:02 2014