mailr17265 - /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 17, 2012 - 10:04:
Author: bugman
Date: Tue Jul 17 10:04:35 2012
New Revision: 17265

URL: http://svn.gna.org/viewcvs/relax?rev=17265&view=rev
Log:
Fix for the frame order target function set ups for when no PCS data is 
present.

The numerical integration using the multi-processor framework should not and 
cannot be used without
PCS data.


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=17265&r1=17264&r2=17265&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/frame_order.py (original)
+++ branches/frame_order_testing/maths_fns/frame_order.py Tue Jul 17 10:04:35 
2012
@@ -278,7 +278,7 @@
             self.d2rdc_theta = zeros((self.total_num_params, 
self.total_num_params, self.num_align, self.num_rdc), float64)
 
         # The quasi-random integration via the multi-processor.
-        if not quad_int:
+        if not quad_int and self.pcs_flag:
             # 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 Tue Jul 17 10:40:01 2012