mailr4306 - /1.2/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:29:
Author: bugman
Date: Fri Jan  4 11:29:18 2008
New Revision: 4306

URL: http://svn.gna.org/viewcvs/relax?rev=4306&view=rev
Log:
Manually ported the bug fix r4305 from the 1.3 line.

.....
  r4305 | bugman | 2008-01-04 11:28:07 +0100 (Fri, 04 Jan 2008) | 5 lines
  Changed paths:
     M /1.3/specific_fns/relax_fit.py

  Bug fix for the specific_fns.relax_fit.default_value() function.

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


Modified:
    1.2/specific_fns/relax_fit.py

Modified: 1.2/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/specific_fns/relax_fit.py?rev=4306&r1=4305&r2=4306&view=diff
==============================================================================
--- 1.2/specific_fns/relax_fit.py (original)
+++ 1.2/specific_fns/relax_fit.py Fri Jan  4 11:29:18 2008
@@ -327,7 +327,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 12:00:15 2008