Author: bugman
Date: Sat May 5 23:22:47 2012
New Revision: 16015
URL: http://svn.gna.org/viewcvs/relax?rev=16015&view=rev
Log:
The align_tensor.display user function backend arg is now a keyword arg.
This is for supporting the auto-generated user functions.
Modified:
branches/uf_redesign/generic_fns/align_tensor.py
Modified: branches/uf_redesign/generic_fns/align_tensor.py
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/generic_fns/align_tensor.py?rev=16015&r1=16014&r2=16015&view=diff
==============================================================================
--- branches/uf_redesign/generic_fns/align_tensor.py (original)
+++ branches/uf_redesign/generic_fns/align_tensor.py Sat May 5 23:22:47 2012
@@ -255,10 +255,10 @@
del(cdp.align_tensors)
-def display(tensor):
+def display(tensor=None):
"""Function for displaying the alignment tensor.
- @param tensor: The alignment tensor identification string.
+ @keyword tensor: The alignment tensor identification string.
@type tensor: str or None
"""
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits