mailr21903 - /trunk/specific_analyses/relax_disp/variables.py


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

Header


Content

Posted by edward on December 09, 2013 - 14:04:
Author: bugman
Date: Mon Dec  9 14:04:27 2013
New Revision: 21903

URL: http://svn.gna.org/viewcvs/relax?rev=21903&view=rev
Log:
Fix for the MODEL_NS_R1RHO_3SITE_LINEAR dispersion variable.

The model name was not correct.


Modified:
    trunk/specific_analyses/relax_disp/variables.py

Modified: trunk/specific_analyses/relax_disp/variables.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/variables.py?rev=21903&r1=21902&r2=21903&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/variables.py (original)
+++ trunk/specific_analyses/relax_disp/variables.py Mon Dec  9 14:04:27 2013
@@ -120,7 +120,7 @@
 MODEL_NS_R1RHO_3SITE = 'NS R1rho 3-site'
 """The numerical solution for the 3-site Bloch-McConnell equations for R1rho 
data, whereby the simplification R20A = R20B = R20C is assumed."""
 
-MODEL_NS_R1RHO_3SITE_LINEAR = 'NS R1rho 3-site'
+MODEL_NS_R1RHO_3SITE_LINEAR = 'NS R1rho 3-site linear'
 """The numerical solution for the 3-site Bloch-McConnell equations for R1rho 
data linearised with kAC = kCA = 0, whereby the simplification R20A = R20B = 
R20C is assumed."""
 
 




Related Messages


Powered by MHonArc, Updated Mon Dec 09 14:20:01 2013