mailr12872 - /1.3/gui/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on June 07, 2011 - 12:43:
Author: bugman
Date: Tue Jun  7 12:43:45 2011
New Revision: 12872

URL: http://svn.gna.org/viewcvs/relax?rev=12872&view=rev
Log:
Partially reverted r12870 as the commenting out of link_data() broke the 
loading of the relax state!


Modified:
    1.3/gui/analyses/auto_rx_base.py

Modified: 1.3/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_rx_base.py?rev=12872&r1=12871&r2=12872&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_rx_base.py (original)
+++ 1.3/gui/analyses/auto_rx_base.py Tue Jun  7 12:43:45 2011
@@ -493,7 +493,7 @@
         self.data = data
 
         # Re-alias in the peak intensity object as well.
-        #self.peak_intensity.data = data
+        self.peak_intensity.data = data
 
 
     def load_sequence(self, event):




Related Messages


Powered by MHonArc, Updated Tue Jun 07 13:00:02 2011