mailr13008 - /1.3/gui/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 June 14, 2011 - 18:31:
Author: bugman
Date: Tue Jun 14 18:31:51 2011
New Revision: 13008

URL: http://svn.gna.org/viewcvs/relax?rev=13008&view=rev
Log:
The model-free analysis tab now uses the base class add_spin_element() method 
for the max iterations.


Modified:
    1.3/gui/analyses/auto_model_free.py

Modified: 1.3/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_model_free.py?rev=13008&r1=13007&r2=13008&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_model_free.py (original)
+++ 1.3/gui/analyses/auto_model_free.py Tue Jun 14 18:31:51 2011
@@ -715,7 +715,7 @@
         box.AddSpacer(10)
 
         # Add maximum interation selector.
-        self.add_max_iterations(box)
+        self.max_iter = self.add_spin_element(box, self.parent, 
text="Maximum interations", default=self.data.max_iter, min=25, max=100)
 
         # Add the PDB file selection GUI element.
         self.field_structure = self.add_text_sel_element(box, self.parent, 
text="Structure file (.pdb)", default=str(self.gui.structure_file_pdb_msg), 
control=StructureTextCtrl, fn='open_file', editable=False, button=True)




Related Messages


Powered by MHonArc, Updated Tue Jun 14 19:00:02 2011