mailr16683 - /branches/uf_redesign/user_functions/molecule.py


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

Header


Content

Posted by edward on June 06, 2012 - 10:23:
Author: bugman
Date: Wed Jun  6 10:23:46 2012
New Revision: 16683

URL: http://svn.gna.org/viewcvs/relax?rev=16683&view=rev
Log:
The molecule.name and molecule.type user function force args are now of the 
'force flag' arg type.

This hides the arg in the GUI.


Modified:
    branches/uf_redesign/user_functions/molecule.py

Modified: branches/uf_redesign/user_functions/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/molecule.py?rev=16683&r1=16682&r2=16683&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/molecule.py (original)
+++ branches/uf_redesign/user_functions/molecule.py Wed Jun  6 10:23:46 2012
@@ -213,6 +213,7 @@
     name = "force",
     default = False,
     py_type = "bool",
+    arg_type = "force flag",
     desc_short = "force flag",
     desc = "A flag which if True will cause the molecule to be renamed."
 )
@@ -261,6 +262,7 @@
     name = "force",
     default = False,
     py_type = "bool",
+    arg_type = "force flag",
     desc_short = "force flag",
     desc = "A flag which if True will cause the molecule to type to be 
overwritten."
 )




Related Messages


Powered by MHonArc, Updated Wed Jun 06 11:00:01 2012