mailr23884 - /branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.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 - 16:00:
Author: bugman
Date: Thu Jun 12 16:00:22 2014
New Revision: 23884

URL: http://svn.gna.org/viewcvs/relax?rev=23884&view=rev
Log:
Removed the setting of the second pivot point in the CaM frame order system 
tests.

The second pivot point has been removed from the double rotor frame order 
model to eliminate
parameter redundancy, so no models now have a conventional second pivot.


Modified:
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py?rev=23884&r1=23883&r2=23884&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 Thu Jun 12 16:00:22 2014
@@ -283,8 +283,6 @@
 
         # Set the initial pivot point(s).
         self._execute_uf(uf_name='frame_order.pivot', pivot=self.PIVOT, 
fix=True)
-        if self.PIVOT2 != None:
-            self._execute_uf(uf_name='frame_order.pivot', pivot=self.PIVOT2, 
order=2, fix=True)
 
         # Set the paramagnetic centre.
         self._execute_uf(uf_name='paramag.centre', pos=[35.934, 12.194, 
-4.206])




Related Messages


Powered by MHonArc, Updated Thu Jun 12 17:00:03 2014