Author: bugman
Date: Thu Oct  9 08:50:07 2014
New Revision: 26208

URL: http://svn.gna.org/viewcvs/relax?rev=26208&view=rev
Log:
Expanded the list of global dispersion parameters in the set_param_values() API 
method.

This is a quick expansion of Troels' fix of r26197, to allow for the release of 
relax 3.3.1.  This
is a small part of the discussion at
http://thread.gmane.org/gmane.science.nmr.relax.scm/23948/focus=7188.


Modified:
    trunk/specific_analyses/relax_disp/api.py

Modified: trunk/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/api.py?rev=26208&r1=26207&r2=26208&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/api.py   (original)
+++ trunk/specific_analyses/relax_disp/api.py   Thu Oct  9 08:50:07 2014
@@ -1192,7 +1192,7 @@
                     raise RelaxError("The parameter '%s' is not valid for this 
data pipe type." % param_i)
 
                 # If the parameter is a global parameter, then change for all 
spins part of the cluster.
-                if param_i in ['pA', 'kex', 'k_AB', 'tex', 'kB', 'kC', 
'kex_AB', 'kex_BC', 'kex_AC']:
+                if param_i in ['pA', 'pB', 'pC', 'kex', 'k_AB', 'k_BC', 
'k_AC', 'tex', 'kB', 'kC', 'kex_AB', 'kex_BC', 'kex_AC']:
                     selection_list = spin_ids
                 else:
                     selection_list = [spin_id]


_______________________________________________
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