mailr5935 - /1.3/generic_fns/diffusion_tensor.py


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

Header


Content

Posted by edward on April 21, 2008 - 17:38:
Author: bugman
Date: Mon Apr 21 17:38:55 2008
New Revision: 5935

URL: http://svn.gna.org/viewcvs/relax?rev=5935&view=rev
Log:
Added the dummy spin_id keyword arg to the map_bounds() function.


Modified:
    1.3/generic_fns/diffusion_tensor.py

Modified: 1.3/generic_fns/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/diffusion_tensor.py?rev=5935&r1=5934&r2=5935&view=diff
==============================================================================
--- 1.3/generic_fns/diffusion_tensor.py (original)
+++ 1.3/generic_fns/diffusion_tensor.py Mon Apr 21 17:38:55 2008
@@ -574,13 +574,15 @@
     test_params(num_params)
 
 
-def map_bounds(param):
+def map_bounds(param, spin_id=None):
     """The function for creating bounds for the mapping function.
 
-    @param param:   The name of the parameter to return the bounds for.
-    @type param:    str
-    @return:        The bounds for the parameter.
-    @rtype:         list of len 2 of floats
+    @param param:       The name of the parameter to return the bounds for.
+    @type param:        str
+    @keyword spin_id:   The spin identification string.  This arg is unused.
+    @type spin_id:      None or str
+    @return:            The bounds for the parameter.
+    @rtype:             list of len 2 of floats
     """
 
     # tm.




Related Messages


Powered by MHonArc, Updated Mon Apr 21 18:00:16 2008