mailr2515 - /1.2/specific_fns/model_free.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 19, 2006 - 09:33:
Author: bugman
Date: Wed Jul 19 09:33:27 2006
New Revision: 2515

URL: http://svn.gna.org/viewcvs/relax?rev=2515&view=rev
Log:
Fix to bug #6389.

The bug is located at 
https://gna.org/bugs/index.php?func=detailitem&item_id=6389.

The fix was simply to change a single line so that the data structure 'tm' is 
referred to rather
than 'local_tm'.


Modified:
    1.2/specific_fns/model_free.py

Modified: 1.2/specific_fns/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/specific_fns/model_free.py?rev=2515&r1=2514&r2=2515&view=diff
==============================================================================
--- 1.2/specific_fns/model_free.py (original)
+++ 1.2/specific_fns/model_free.py Wed Jul 19 09:33:27 2006
@@ -1408,7 +1408,7 @@
         if self.param_set == 'local_tm':
             tm = self.relax.data.res[run][i].local_tm
         else:
-            tm = self.relax.data.diff[run].local_tm
+            tm = self.relax.data.diff[run].tm
 
         # Local tm.
         if name == 'local_tm' and value >= c1:




Related Messages


Powered by MHonArc, Updated Wed Jul 19 10:20:04 2006