mailr24138 - /trunk/target_functions/relax_disp.py


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

Header


Content

Posted by tlinnet on June 18, 2014 - 20:02:
Author: tlinnet
Date: Wed Jun 18 20:02:00 2014
New Revision: 24138

URL: http://svn.gna.org/viewcvs/relax?rev=24138&view=rev
Log:
Fixed the packing out of paramter tex for global analysis in model IT99.

bug #22220(https://gna.org/bugs/index.php?22220): Unpacking of parameters for 
global analysis in model IT99, is performed wrong.

Modified:
    trunk/target_functions/relax_disp.py

Modified: trunk/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/target_functions/relax_disp.py?rev=24138&r1=24137&r2=24138&view=diff
==============================================================================
--- trunk/target_functions/relax_disp.py        (original)
+++ trunk/target_functions/relax_disp.py        Wed Jun 18 20:02:00 2014
@@ -998,7 +998,7 @@
         R20 = params[:self.end_index[0]]
         dw = params[self.end_index[0]:self.end_index[1]]
         pA = params[self.end_index[1]]
-        tex = params[self.end_index[2]]
+        tex = params[self.end_index[1]+1]
 
         # Once off parameter conversions.
         pB = 1.0 - pA




Related Messages


Powered by MHonArc, Updated Wed Jun 18 20:20:02 2014