mailr10485 - /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 - 12:00:
Author: bugman
Date: Thu Jan 28 12:00:49 2010
New Revision: 10485

URL: http://svn.gna.org/viewcvs/relax?rev=10485&view=rev
Log:
Added a list (self.calc_threads) for holding the calculation thread IDs.

This can be used for controlling the threads by the controller window.


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=10485&r1=10484&r2=10485&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 28 12:00:49 2010
@@ -78,6 +78,9 @@
 
         # The analysis frame object storage.
         self.analysis_frames = []
+
+        # The calculation threads list.
+        self.calc_threads = []
 
         # Initialise the GUI data.
         self.init_data()




Related Messages


Powered by MHonArc, Updated Thu Jan 28 12:40:03 2010