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 _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits