mailr10998 - /branches/bieri_gui/gui_bieri/controller.py


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

Header


Content

Posted by michael . bieri on March 14, 2010 - 23:46:
Author: michaelbieri
Date: Sun Mar 14 23:46:02 2010
New Revision: 10998

URL: http://svn.gna.org/viewcvs/relax?rev=10998&view=rev
Log:
Unused code for NOE and Rx calculation was removed.

Modified:
    branches/bieri_gui/gui_bieri/controller.py

Modified: branches/bieri_gui/gui_bieri/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/controller.py?rev=10998&r1=10997&r2=10998&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/controller.py (original)
+++ branches/bieri_gui/gui_bieri/controller.py Sun Mar 14 23:46:02 2010
@@ -74,13 +74,6 @@
 
         # Integrate Singleton object.
         status = Status()
-
-        # Start Calculation in Thread
-        #if WHICH_CALC == 'Rx':
-        #    thread.start_new_thread(make_rx, (PARAMETERS[0], PARAMETERS[1], 
PARAMETERS[2], PARAMETERS[3], PARAMETERS[4], PARAMETERS[5], PARAMETERS[6], 
PARAMETERS[7], PARAMETERS[8], PARAMETERS[9], PARAMETERS[10], PARAMETERS[11], 
PARAMETERS[12]))
-
-        #if WHICH_CALC == 'Noe':
-        #    thread.start_new_thread(make_noe, (PARAMETERS[0], 
PARAMETERS[1], PARAMETERS[2], PARAMETERS[3], PARAMETERS[4], PARAMETERS[5], 
PARAMETERS[6], PARAMETERS[7], PARAMETERS[8], PARAMETERS[9], PARAMETERS[10], 
PARAMETERS[11], PARAMETERS[12], PARAMETERS[13]))
 
 
     def __do_layout(self):




Related Messages


Powered by MHonArc, Updated Mon Mar 15 14:40:03 2010