mailr16553 - /branches/uf_redesign/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 May 30, 2012 - 21:41:
Author: bugman
Date: Wed May 30 21:41:37 2012
New Revision: 16553

URL: http://svn.gna.org/viewcvs/relax?rev=16553&view=rev
Log:
Converted the structure.vectors spin_id arg to the special "spin ID" type.

This is to improve vector loading in the GUI.


Modified:
    branches/uf_redesign/user_functions/structure.py

Modified: branches/uf_redesign/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/structure.py?rev=16553&r1=16552&r2=16553&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/structure.py (original)
+++ branches/uf_redesign/user_functions/structure.py Wed May 30 21:41:37 2012
@@ -894,9 +894,11 @@
 )
 uf.add_keyarg(
     name = "spin_id",
-    py_type = "str",
+    default = "@N",
+    py_type = "str",
+    arg_type = "spin ID",
     desc_short = "spin ID string",
-    desc = "The spin identification string.",
+    desc = "The spin identification string for restricting the loading of 
vectors to certain spins.",
     can_be_none = True
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Wed May 30 22:00:02 2012