mailr9214 - /1.3/specific_fns/noe.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:32:
Author: bugman
Date: Mon Jul 13 18:32:32 2009
New Revision: 9214

URL: http://svn.gna.org/viewcvs/relax?rev=9214&view=rev
Log:
Bug fix for the return_units() method, the spin_id keyword arg is now 
accepted.


Modified:
    1.3/specific_fns/noe.py

Modified: 1.3/specific_fns/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/noe.py?rev=9214&r1=9213&r2=9214&view=diff
==============================================================================
--- 1.3/specific_fns/noe.py (original)
+++ 1.3/specific_fns/noe.py Mon Jul 13 18:32:32 2009
@@ -229,8 +229,16 @@
         return data_type
 
 
-    def return_units(self, stat_type):
-        """Dummy function which returns None as the stats have no units."""
+    def return_units(self, stat_type, 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