mailr10543 - /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 - 18:49:
Author: bugman
Date: Thu Jan 28 18:49:18 2010
New Revision: 10543

URL: http://svn.gna.org/viewcvs/relax?rev=10543&view=rev
Log:
Bug fix, there are 10 hardcoded frames in the current GUI!


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=10543&r1=10542&r2=10543&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 28 18:49:18 2010
@@ -92,7 +92,7 @@
         self.hardcoded_index_r1_3  = 7
         self.hardcoded_index_r2_3  = 8
         self.hardcoded_index_mf    = 9
-        for i in range(7):
+        for i in range(10):
             self.analysis_frames.append(Container())
 
         # The calculation threads list.




Related Messages


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