mailr10550 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 28, 2010 - 19:30:
Author: bugman
Date: Thu Jan 28 19:30:36 2010
New Revision: 10550

URL: http://svn.gna.org/viewcvs/relax?rev=10550&view=rev
Log:
Passed the hardcoded 1st R1 index into Auto_r1.

This is used for aliasing the relax data store.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10550&r1=10549&r2=10550&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 28 19:30:36 2010
@@ -1641,7 +1641,7 @@
         self.notebook_3 = wx.Notebook(self.frq1, -1, style=0)
 
         # The automatic R1 analysis frame.
-        self.analysis_frames[self.hardcoded_index_r1_1] = Auto_r1(self, 
self.notebook_3)
+        self.analysis_frames[self.hardcoded_index_r1_1] = Auto_r1(self, 
self.notebook_3, hardcoded_index=self.r1_index[0])
 
         self.r2_1 = wx.Panel(self.notebook_3, -1)
         self.panel_1_copy = wx.Panel(self.r2_1, -1)




Related Messages


Powered by MHonArc, Updated Thu Jan 28 19:40:02 2010