mailr14471 - in /1.3/gui/user_functions: molmol.py pymol.py


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

Header


Content

Posted by edward on August 26, 2011 - 11:23:
Author: bugman
Date: Fri Aug 26 11:23:11 2011
New Revision: 14471

URL: http://svn.gna.org/viewcvs/relax?rev=14471&view=rev
Log:
The force flag now defaults to True for the molmol.write and pymol.write user 
function GUI pages.


Modified:
    1.3/gui/user_functions/molmol.py
    1.3/gui/user_functions/pymol.py

Modified: 1.3/gui/user_functions/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/user_functions/molmol.py?rev=14471&r1=14470&r2=14471&view=diff
==============================================================================
--- 1.3/gui/user_functions/molmol.py (original)
+++ 1.3/gui/user_functions/molmol.py Fri Aug 26 11:23:11 2011
@@ -335,7 +335,7 @@
         self.file = self.file_selection(sizer, "The macro file:", 
message="Molmol macro file selection", wildcard="Molmol macro files 
(*.mac)|*.mac;*.MAC", style=wx.FD_SAVE, 
tooltip=self.uf._doc_args_dict['file'])
 
         # The force flag.
-        self.force = self.boolean_selector(sizer, "Force flag:", 
tooltip=self.uf._doc_args_dict['force'], default=False)
+        self.force = self.boolean_selector(sizer, "Force flag:", 
tooltip=self.uf._doc_args_dict['force'], default=True)
 
         # The data type.
         self.data_type = self.combo_box(sizer, "The data type:", 
choices=['S2', 'S2f', 'S2s', 'amp_fast', 'amp_slow', 'te', 'tf', 'ts',' 
time_fast', 'time_slow', 'Rex'], tooltip=self.uf._doc_args_dict['data_type'])

Modified: 1.3/gui/user_functions/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/user_functions/pymol.py?rev=14471&r1=14470&r2=14471&view=diff
==============================================================================
--- 1.3/gui/user_functions/pymol.py (original)
+++ 1.3/gui/user_functions/pymol.py Fri Aug 26 11:23:11 2011
@@ -335,7 +335,7 @@
         self.file = self.file_selection(sizer, "The macro file:", 
message="PyMOL macro file selection", wildcard="PyMOL macro files 
(*.mac)|*.mac;*.MAC", style=wx.FD_SAVE, 
tooltip=self.uf._doc_args_dict['file'])
 
         # The force flag.
-        self.force = self.boolean_selector(sizer, "Force flag:", 
tooltip=self.uf._doc_args_dict['force'], default=False)
+        self.force = self.boolean_selector(sizer, "Force flag:", 
tooltip=self.uf._doc_args_dict['force'], default=True)
 
         # The data type.
         self.data_type = self.combo_box(sizer, "The data type:", 
choices=['S2', 'S2f', 'S2s', 'amp_fast', 'amp_slow', 'te', 'tf', 'ts',' 
time_fast', 'time_slow', 'Rex'], tooltip=self.uf._doc_args_dict['data_type'])




Related Messages


Powered by MHonArc, Updated Fri Aug 26 11:40:02 2011