Author: bugman
Date: Thu Aug 21 09:57:14 2014
New Revision: 25139

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

Recent changes causes this to not include the on-resonance R1rho dispersion 
models.

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=25139&r1=25138&r2=25139&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/variables.py     (original)
+++ trunk/specific_analyses/relax_disp/variables.py     Thu Aug 21 09:57:14 2014
@@ -377,7 +377,7 @@
 
 ### All R1rho models.
 #### No Rex model + All R1rho models.
-MODEL_LIST_R1RHO = [MODEL_NOREX, MODEL_NOREX_R1RHO, MODEL_NOREX_R1RHO] + 
MODEL_LIST_ANALYTIC_R1RHO + MODEL_LIST_NUMERIC_R1RHO
+MODEL_LIST_R1RHO = [MODEL_NOREX, MODEL_NOREX_R1RHO, MODEL_NOREX_R1RHO] + 
MODEL_LIST_R1RHO_ON_RES + MODEL_LIST_ANALYTIC_R1RHO + MODEL_LIST_NUMERIC_R1RHO
 """The list of all dispersion models specifically for R1rho-type experiments 
(excluding the R2eff model)."""
 
 MODEL_LIST_R1RHO_FULL = [MODEL_R2EFF] + MODEL_LIST_R1RHO


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to