mailr17301 - /branches/frame_order_testing/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 July 24, 2012 - 15:07:
Author: bugman
Date: Tue Jul 24 15:07:36 2012
New Revision: 17301

URL: http://svn.gna.org/viewcvs/relax?rev=17301&view=rev
Log:
The base script for the optimisation of the CaM frame order test data now 
uses frame_order.num_int_pts.


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

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py?rev=17301&r1=17300&r2=17301&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/base_script.py
 Tue Jul 24 15:07:36 2012
@@ -79,7 +79,7 @@
 
         # Set the number of numerical integration points.
         if hasattr(self, 'num_int_pts'):
-            cdp.num_int_pts = self.num_int_pts
+            self._execute_uf(uf_name='frame_order.num_int_pts', 
num=self.num_int_pts)
 
         # Check the minimum.
         if hasattr(self, 'ave_pos_alpha'):




Related Messages


Powered by MHonArc, Updated Tue Jul 24 15:20:02 2012