mailr13439 - /branches/gui_testing/gui/user_functions/structure.py


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

Header


Content

Posted by edward on July 06, 2011 - 11:25:
Author: bugman
Date: Wed Jul  6 11:25:44 2011
New Revision: 13439

URL: http://svn.gna.org/viewcvs/relax?rev=13439&view=rev
Log:
The structure.load_spins user function page spin_id_element() call defaults 
to '@N'.


Modified:
    branches/gui_testing/gui/user_functions/structure.py

Modified: branches/gui_testing/gui/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/structure.py?rev=13439&r1=13438&r2=13439&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/structure.py (original)
+++ branches/gui_testing/gui/user_functions/structure.py Wed Jul  6 11:25:44 
2011
@@ -147,7 +147,7 @@
         """
 
         # The spin_id arg.
-        self.spin_id = self.spin_id_element(sizer)
+        self.spin_id = self.spin_id_element(sizer, default='@N')
 
         # The combine_models arg.
         self.combine_models = self.combo_box(sizer, "Combine spins of all 
models:", choices=['True', 'False'], tooltip="The 'combine_models' user 
function argument:  A flag which specifies if spins from separate models 
should be combined.")




Related Messages


Powered by MHonArc, Updated Wed Jul 06 11:40:01 2011