mailr17285 - /branches/frame_order_testing/maths_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 July 18, 2012 - 16:15:
Author: bugman
Date: Wed Jul 18 16:15:10 2012
New Revision: 17285

URL: http://svn.gna.org/viewcvs/relax?rev=17285&view=rev
Log:
The rigid frame order model no longer uses the numerical quasi-random 
integration path.


Modified:
    branches/frame_order_testing/maths_fns/frame_order.py

Modified: branches/frame_order_testing/maths_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/maths_fns/frame_order.py?rev=17285&r1=17284&r2=17285&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/frame_order.py (original)
+++ branches/frame_order_testing/maths_fns/frame_order.py Wed Jul 18 16:15:10 
2012
@@ -285,7 +285,7 @@
             self.d2rdc_theta = zeros((self.total_num_params, 
self.total_num_params, self.num_align, self.num_interatom), float64)
 
         # The quasi-random integration via the multi-processor.
-        if not quad_int and self.pcs_flag_sum:
+        if not quad_int and self.pcs_flag_sum and model not in ['rigid']:
             # Get the Processor box singleton (it contains the Processor 
instance) and alias the Processor.
             processor_box = Processor_box() 
             self.processor = processor_box.processor




Related Messages


Powered by MHonArc, Updated Thu Jul 19 10:20:01 2012