mailr17155 - /branches/interatomic/user_functions/spin.py


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

Header


Content

Posted by edward on July 03, 2012 - 12:32:
Author: bugman
Date: Tue Jul  3 12:32:41 2012
New Revision: 17155

URL: http://svn.gna.org/viewcvs/relax?rev=17155&view=rev
Log:
Fixes for the spin.create user function for GUI usage.


Modified:
    branches/interatomic/user_functions/spin.py

Modified: branches/interatomic/user_functions/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/interatomic/user_functions/spin.py?rev=17155&r1=17154&r2=17155&view=diff
==============================================================================
--- branches/interatomic/user_functions/spin.py (original)
+++ branches/interatomic/user_functions/spin.py Tue Jul  3 12:32:41 2012
@@ -125,7 +125,6 @@
     desc = "The name of the residue to add the spin to.",
     wiz_element_type = 'combo',
     wiz_combo_iter = get_residue_names,
-    wiz_read_only = True,
     can_be_none = True
 )
 uf.add_keyarg(
@@ -135,7 +134,6 @@
     desc = "The number of the residue to add the spin to.",
     wiz_element_type = 'combo',
     wiz_combo_iter = get_residue_nums,
-    wiz_read_only = True,
     can_be_none = True
 )
 uf.add_keyarg(
@@ -145,7 +143,6 @@
     desc = "The name of the molecule to add the spin to.",
     wiz_element_type = 'combo',
     wiz_combo_iter = get_molecule_names,
-    wiz_read_only = True,
     can_be_none = True
 )
 # Description.




Related Messages


Powered by MHonArc, Updated Tue Jul 03 14:40:02 2012