mailr15050 - /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 December 07, 2011 - 18:21:
Author: bugman
Date: Wed Dec  7 18:21:29 2011
New Revision: 15050

URL: http://svn.gna.org/viewcvs/relax?rev=15050&view=rev
Log:
Fix for the rotor frame order target function - the atomic vectors are now 
always calculated.

If the pivot was not being optimised, these vectors were not being calculated.


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=15050&r1=15049&r2=15050&view=diff
==============================================================================
--- branches/frame_order_testing/maths_fns/frame_order.py (original)
+++ branches/frame_order_testing/maths_fns/frame_order.py Wed Dec  7 18:21:29 
2011
@@ -581,8 +581,7 @@
         RT_ave = transpose(self.R_ave)
 
         # Pre-calculate all the necessary vectors.
-        if self.pivot_opt:
-            self.calc_vectors(self._param_pivot)
+        self.calc_vectors(self._param_pivot)
 
         # Loop over each alignment.
         for i in xrange(self.num_align):




Related Messages


Powered by MHonArc, Updated Wed Dec 07 19:00:02 2011