mailr23983 - /branches/frame_order_cleanup/target_functions/frame_order.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 16, 2014 - 18:28:
Author: bugman
Date: Mon Jun 16 18:28:49 2014
New Revision: 23983

URL: http://svn.gna.org/viewcvs/relax?rev=23983&view=rev
Log:
Fix for the rigid frame order model broken at r23973.


Modified:
    branches/frame_order_cleanup/target_functions/frame_order.py

Modified: branches/frame_order_cleanup/target_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/target_functions/frame_order.py?rev=23983&r1=23982&r2=23983&view=diff
==============================================================================
--- branches/frame_order_cleanup/target_functions/frame_order.py        
(original)
+++ branches/frame_order_cleanup/target_functions/frame_order.py        Mon 
Jun 16 18:28:49 2014
@@ -1010,7 +1010,7 @@
 
         # Pre-calculate all the necessary vectors.
         if self.pcs_flag:
-            self.calc_vectors(pivot=pivot, R_ave=self.R_ave, RT_ave=RT_ave)
+            self.calc_vectors(pivot=self.pivot, R_ave=self.R_ave, 
RT_ave=RT_ave)
 
         # Initial chi-squared (or SSE) value.
         chi2_sum = 0.0




Related Messages


Powered by MHonArc, Updated Mon Jun 16 18:40:01 2014