mailr10459 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


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

Header


Content

Posted by edward on January 27, 2010 - 23:01:
Author: bugman
Date: Wed Jan 27 23:01:39 2010
New Revision: 10459

URL: http://svn.gna.org/viewcvs/relax?rev=10459&view=rev
Log:
Added the self.data.unresolved variable and initialised 
self.data.structure_file to ''.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10459&r1=10458&r2=10459&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Wed Jan 27 
23:01:39 2010
@@ -66,7 +66,8 @@
         self.data.paramfiles1 = ["", "", ""]
         self.data.paramfiles2 = ["", "", ""]
         self.data.paramfiles3 = ["", "", ""]
-        self.data.structure_file = None
+        self.data.unresolved = ''
+        self.data.structure_file = ''
         self.data.results_dir_model = getcwd()
 
         # Build and pack the main sizer box, then add it to the automatic 
model-free analysis frame.




Related Messages


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