mailr9213 - /1.3/specific_fns/relax_fit.py


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

Header


Content

Posted by edward on July 13, 2009 - 18:31:
Author: bugman
Date: Mon Jul 13 18:31:07 2009
New Revision: 9213

URL: http://svn.gna.org/viewcvs/relax?rev=9213&view=rev
Log:
Bug fix:  The return_units() method now accepts the spin_id keyword arg.


Modified:
    1.3/specific_fns/relax_fit.py

Modified: 1.3/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/relax_fit.py?rev=9213&r1=9212&r2=9213&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Mon Jul 13 18:31:07 2009
@@ -962,8 +962,16 @@
         return grace_string
 
 
-    def return_units(self, stat_type):
-        """Dummy function which returns None as the stats have no units."""
+    def return_units(self, stat_types, spin_id=None):
+        """Dummy function which returns None as the stats have no units.
+
+        @param stat_type:   Not used.
+        @type stat_type:    None
+        @keyword spin_id:   Not used.
+        @type spin_id:      None
+        @return:            Nothing.
+        @rtype:             None
+        """
 
         return None
 




Related Messages


Powered by MHonArc, Updated Mon Jul 13 18:40:04 2009