mailr19697 - /branches/relax_disp/specific_analyses/relax_disp/parameters.py


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

Header


Content

Posted by edward on May 17, 2013 - 11:02:
Author: bugman
Date: Fri May 17 11:02:52 2013
New Revision: 19697

URL: http://svn.gna.org/viewcvs/relax?rev=19697&view=rev
Log:
Finally Monte Carlo simulations for the relaxation dispersion models now work.

This was a simple fix for the 
specific_analyses.relax_disp.parameters.param_index_to_param_info()
function.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/parameters.py

Modified: branches/relax_disp/specific_analyses/relax_disp/parameters.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/parameters.py?rev=19697&r1=19696&r2=19697&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/parameters.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/parameters.py Fri May 17 
11:02:52 2013
@@ -511,7 +511,7 @@
 
     # All other parameters.
     else:
-        param_name = names[index-2]
+        param_name = spins[0].params[index]
 
     # Return the data.
     return param_name, spin_index




Related Messages


Powered by MHonArc, Updated Fri May 17 11:20:01 2013