mailr16686 - in /branches/uf_redesign/user_functions: residue.py spin.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 - 11:27:
Author: bugman
Date: Wed Jun  6 11:27:05 2012
New Revision: 16686

URL: http://svn.gna.org/viewcvs/relax?rev=16686&view=rev
Log:
Set the force flag args for a few spin and residue user functions to the 
'force flag' arg type.


Modified:
    branches/uf_redesign/user_functions/residue.py
    branches/uf_redesign/user_functions/spin.py

Modified: branches/uf_redesign/user_functions/residue.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/residue.py?rev=16686&r1=16685&r2=16686&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/residue.py (original)
+++ branches/uf_redesign/user_functions/residue.py Wed Jun  6 11:27:05 2012
@@ -221,6 +221,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 residue to be renamed."
 )
@@ -269,6 +270,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 residue to be renumbered."
 )

Modified: branches/uf_redesign/user_functions/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/spin.py?rev=16686&r1=16685&r2=16686&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/spin.py (original)
+++ branches/uf_redesign/user_functions/spin.py Wed Jun  6 11:27:05 2012
@@ -305,6 +305,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 element to be changed."
 )
@@ -347,6 +348,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 spin to be renamed."
 )
@@ -394,6 +396,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 spin to be renumbered."
 )




Related Messages


Powered by MHonArc, Updated Wed Jun 06 11:40:02 2012