mailr7700 - /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 October 14, 2008 - 22:43:
Author: bugman
Date: Tue Oct 14 22:43:20 2008
New Revision: 7700

URL: http://svn.gna.org/viewcvs/relax?rev=7700&view=rev
Log:
Made sure that the relaxation curve fitting time point is stored as a float.


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=7700&r1=7699&r2=7700&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Tue Oct 14 22:43:20 2008
@@ -1002,7 +1002,7 @@
         cdp = pipes.get_pipe()
 
         # Store the relaxation time in the class instance.
-        self.__relax_time = relax_time
+        self.__relax_time = float(relax_time)
 
         # Global relaxation time data structure.
         if not hasattr(cdp, 'relax_times'):




Related Messages


Powered by MHonArc, Updated Tue Oct 14 23:40:03 2008