mailr9937 - /1.3/specific_fns/api_base.py


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

Header


Content

Posted by edward on November 24, 2009 - 18:05:
Author: bugman
Date: Tue Nov 24 18:05:40 2009
New Revision: 9937

URL: http://svn.gna.org/viewcvs/relax?rev=9937&view=rev
Log:
Update for the return_conversion_factor() API prototype method.


Modified:
    1.3/specific_fns/api_base.py

Modified: 1.3/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/api_base.py?rev=9937&r1=9936&r2=9937&view=diff
==============================================================================
--- 1.3/specific_fns/api_base.py (original)
+++ 1.3/specific_fns/api_base.py Tue Nov 24 18:05:40 2009
@@ -447,12 +447,12 @@
         raise RelaxImplementError
 
 
-    def return_conversion_factor(self, stat_type, spin=None, spin_id=None):
+    def return_conversion_factor(self, param, spin=None, spin_id=None):
         """Dummy function for returning 1.0.
 
-        @param stat_type:   The name of the statistic.  This is unused!
-        @type stat_type:    str
-        @param spin:        Spin container (not used).
+        @param param:       The parameter name.
+        @type param:        str
+        @param spin:        Spin container.
         @type spin:         SpinContainer instance
         @return:            A conversion factor of 1.0.
         @rtype:             float




Related Messages


Powered by MHonArc, Updated Tue Nov 24 18:20:02 2009