mailr16362 - /branches/uf_redesign/user_functions/value.py


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

Header


Content

Posted by edward on May 22, 2012 - 09:57:
Author: bugman
Date: Tue May 22 09:57:07 2012
New Revision: 16362

URL: http://svn.gna.org/viewcvs/relax?rev=16362&view=rev
Log:
Improved the value.set user function definitions.


Modified:
    branches/uf_redesign/user_functions/value.py

Modified: branches/uf_redesign/user_functions/value.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/value.py?rev=16362&r1=16361&r2=16362&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/value.py (original)
+++ branches/uf_redesign/user_functions/value.py Tue May 22 09:57:07 2012
@@ -30,6 +30,7 @@
 # relax module imports.
 from prompt.doc_string import docs
 from generic_fns import diffusion_tensor, pipes, value
+from generic_fns.mol_res_spin import id_string_doc
 from graphics import WIZARD_IMAGE_PATH
 from relax_errors import RelaxError
 from specific_fns.jw_mapping import Jw_mapping
@@ -312,8 +313,8 @@
 uf.add_keyarg(
     name = "spin_id",
     py_type = "str",
-    desc_short = "spin ID string",
-    desc = "The spin identifier.",
+    desc_short = "spin ID to restrict value setting to",
+    desc = id_string_doc[1],
     can_be_none = True
 )
 uf.desc = """




Related Messages


Powered by MHonArc, Updated Tue May 22 10:00:02 2012