mailr4305 - /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 January 04, 2008 - 11:28:
Author: bugman
Date: Fri Jan  4 11:28:07 2008
New Revision: 4305

URL: http://svn.gna.org/viewcvs/relax?rev=4305&view=rev
Log:
Bug fix for the specific_fns.relax_fit.default_value() function.

The Iinf parameter was being checked for as 'te'!!!


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=4305&r1=4304&r2=4305&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Fri Jan  4 11:28:07 2008
@@ -316,7 +316,7 @@
             return 10000.0
 
         # Intensity at infinity.
-        if param == 'te':
+        if param == 'iinf':
             return 0.0
 
 




Related Messages


Powered by MHonArc, Updated Fri Jan 04 11:40:13 2008