mailr22869 - /trunk/specific_analyses/relax_disp/cpmgfit.py


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

Header


Content

Posted by tlinnet on April 29, 2014 - 11:56:
Author: tlinnet
Date: Tue Apr 29 11:56:00 2014
New Revision: 22869

URL: http://svn.gna.org/viewcvs/relax?rev=22869&view=rev
Log:
Fix for "offset" and "point" swapped in looping.

Bug #21989:, (https://gna.org/bugs/index.php?21989) - 
relax_disp.cpmgfit_input does not work for model CR72.

Modified:
    trunk/specific_analyses/relax_disp/cpmgfit.py

Modified: trunk/specific_analyses/relax_disp/cpmgfit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/cpmgfit.py?rev=22869&r1=22868&r2=22869&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/cpmgfit.py       (original)
+++ trunk/specific_analyses/relax_disp/cpmgfit.py       Tue Apr 29 11:56:00 
2014
@@ -259,7 +259,7 @@
 
     # The data.
     file.write("data\n")
-    for exp_type, frq, point, offset in loop_exp_frq_offset_point():
+    for exp_type, frq, offset, point in loop_exp_frq_offset_point():
         # The parameter key.
         param_key = return_param_key_from_data(exp_type=exp_type, frq=frq, 
offset=offset, point=point)
 




Related Messages


Powered by MHonArc, Updated Tue Apr 29 13:20:02 2014