mailr6223 - /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 May 21, 2008 - 23:42:
Author: bugman
Date: Wed May 21 23:42:06 2008
New Revision: 6223

URL: http://svn.gna.org/viewcvs/relax?rev=6223&view=rev
Log:
Fix for the return_error() method.


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=6223&r1=6222&r2=6223&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed May 21 23:42:06 2008
@@ -1034,7 +1034,7 @@
         @rtype:         list of float
         """
 
-        return relax_data_store[relax_data_store].sd
+        return relax_data_store[relax_data_store.current_pipe].sd
 
 
     def return_data_name(self, name):




Related Messages


Powered by MHonArc, Updated Thu May 22 00:00:34 2008