mailr21718 - /trunk/sample_scripts/relax_disp/cpmg_analysis.py


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

Header


Content

Posted by edward on November 29, 2013 - 14:40:
Author: bugman
Date: Fri Nov 29 14:40:02 2013
New Revision: 21718

URL: http://svn.gna.org/viewcvs/relax?rev=21718&view=rev
Log:
Fix for a typo in a model name in the cpmg_analysis.py relaxation dispersion 
sample script.


Modified:
    trunk/sample_scripts/relax_disp/cpmg_analysis.py

Modified: trunk/sample_scripts/relax_disp/cpmg_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/sample_scripts/relax_disp/cpmg_analysis.py?rev=21718&r1=21717&r2=21718&view=diff
==============================================================================
--- trunk/sample_scripts/relax_disp/cpmg_analysis.py (original)
+++ trunk/sample_scripts/relax_disp/cpmg_analysis.py Fri Nov 29 14:40:02 2013
@@ -33,7 +33,7 @@
 #####################
 
 # The dispersion models.
-MODELS = ['R2eff', 'No Rex', 'CR72', 'N2 CPMG 2-site expanded']
+MODELS = ['R2eff', 'No Rex', 'CR72', 'NS CPMG 2-site expanded']
 
 # The grid search size (the number of increments per dimension).
 GRID_INC = 11




Related Messages


Powered by MHonArc, Updated Fri Nov 29 15:00:02 2013