Author: bugman
Date: Thu Aug 21 09:57:26 2014
New Revision: 25146
URL: http://svn.gna.org/viewcvs/relax?rev=25146&view=rev
Log:
The dispersion loop_parameter() function now calls r1_setup() to handle R1
parameters correctly.
This allows the R1 parameter to be removed or added to the parameter list prior
to looping over the
parameters of the model. The change is required to allow for the dynamic
handling of R1 parameters.
Modified:
trunk/specific_analyses/relax_disp/parameters.py
Modified: trunk/specific_analyses/relax_disp/parameters.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/parameters.py?rev=25146&r1=25145&r2=25146&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/parameters.py (original)
+++ trunk/specific_analyses/relax_disp/parameters.py Thu Aug 21 09:57:26 2014
@@ -652,6 +652,9 @@
@rtype: str, int, int, str
"""
+ # Make sure that the R1 parameter is correctly set up.
+ r1_setup()
+
# The parameter index.
param_index = -1
_______________________________________________
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