mailr7098 - /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 August 08, 2008 - 06:12:
Author: bugman
Date: Thu Aug  7 22:54:36 2008
New Revision: 7098

URL: http://svn.gna.org/viewcvs/relax?rev=7098&view=rev
Log:
Updated the return_error() method to accept the spin_id arg.

This change doesn't actually do anything.


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=7098&r1=7097&r2=7098&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Thu Aug  7 22:54:36 2008
@@ -1042,11 +1042,12 @@
         return spin.intensities
 
 
-    def return_error(self, spin):
+    def return_error(self, spin_id):
         """Return the standard deviation data structure.
 
-        @param spin:    The spin container.
-        @type spin:     SpinContainer instance
+        @param spin_id: The spin identification string, as yielded by the 
base_data_loop() generator
+                        method.
+        @type spin_id:  str
         @return:        The standard deviation data structure.
         @rtype:         list of float
         """




Related Messages


Powered by MHonArc, Updated Fri Aug 08 07:20:10 2008