Hi Troels, This is a little more than just the user function. Please be try to be a bit more careful with your commits.
Cheers, Edward On 8 May 2014 20:08, <[email protected]> wrote: > Author: tlinnet > Date: Thu May 8 20:08:08 2014 > New Revision: 23104 > > URL: http://svn.gna.org/viewcvs/relax?rev=23104&view=rev > Log: > Documentation fix for IT99. Changed kex to tex in user function. > > bug #22019: (https://gna.org/bugs/?22019) The IT99 model is listed with > parameter kex instead of tex. > > Modified: > trunk/lib/text/gui.py > trunk/user_functions/relax_disp.py > > Modified: trunk/lib/text/gui.py > URL: > http://svn.gna.org/viewcvs/relax/trunk/lib/text/gui.py?rev=23104&r1=23103&r2=23104&view=diff > ============================================================================== > --- trunk/lib/text/gui.py (original) > +++ trunk/lib/text/gui.py Thu May 8 20:08:08 2014 > @@ -74,6 +74,7 @@ > dwH_BC = u("d\u03C9H(BC)") > i0 = u("I\u2080") > kex = u("k\u2091\u2093") > +tex = u("t\u2091\u2093") > kAB = u("k\u2091\u2093(AB)") > kAC = u("k\u2091\u2093(AC)") > kBC = u("k\u2091\u2093(BC)") > > Modified: trunk/user_functions/relax_disp.py > URL: > http://svn.gna.org/viewcvs/relax/trunk/user_functions/relax_disp.py?rev=23104&r1=23103&r2=23104&view=diff > ============================================================================== > --- trunk/user_functions/relax_disp.py (original) > +++ trunk/user_functions/relax_disp.py Thu May 8 20:08:08 2014 > @@ -33,7 +33,7 @@ > FD_SAVE = -1 > > # relax module imports. > -from lib.text.gui import dw, dw_AB, dw_BC, dwH, dwH_AB, dwH_BC, i0, kex, > kAB, kBC, kAC, phi_ex, phi_exB, phi_exC, r1rho, r1rho_prime, r2, r2a, r2b, > r2eff > +from lib.text.gui import dw, dw_AB, dw_BC, dwH, dwH_AB, dwH_BC, i0, kex, > kAB, kBC, kAC, phi_ex, phi_exB, phi_exC, r1rho, r1rho_prime, r2, r2a, r2b, > r2eff, tex > from graphics import ANALYSIS_IMAGE_PATH, WIZARD_IMAGE_PATH > from pipe_control import pipes, spectrum > from pipe_control.mol_res_spin import get_spin_ids > @@ -811,7 +811,7 @@ > "%s: {%s, ..., %s, kB, %s, kC}" % (MODEL_LM63_3SITE, r2, phi_exB, > phi_exC), > "%s: {%s, ..., pA, %s, %s}" % (MODEL_CR72, r2, dw, kex), > "%s: {%s, %s, ..., pA, %s, %s}" % (MODEL_CR72_FULL, r2a, r2b, dw, > kex), > - "%s: {%s, ..., pA, %s, %s}" % (MODEL_IT99, r2, dw, kex), > + "%s: {%s, ..., pA, %s, %s}" % (MODEL_IT99, r2, dw, tex), > "%s: {%s, ..., %s, k_AB}" % (MODEL_TSMFK01, r2a, dw), > "%s: {%s, ..., pA, %s, %s}" % (MODEL_B14, r2, dw, kex), > "%s: {%s, %s, ..., pA, %s, %s}" % (MODEL_B14_FULL, r2a, r2b, dw, > kex), > > > _______________________________________________ > 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 _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel 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-devel

