Author: semor Date: Mon Jan 19 22:03:37 2009 New Revision: 8543 URL: http://svn.gna.org/viewcvs/relax?rev=8543&view=rev Log: Fixed a typo.
This was sport by Ed in a post at: https://mail.gna.org/public/relax-devel/2009-01/msg00098.html (Message-id: <[email protected]>) Modified: branches/relax_disp/prompt/relax_disp.py Modified: branches/relax_disp/prompt/relax_disp.py URL: http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/relax_disp.py?rev=8543&r1=8542&r2=8543&view=diff ============================================================================== --- branches/relax_disp/prompt/relax_disp.py (original) +++ branches/relax_disp/prompt/relax_disp.py Mon Jan 19 22:03:37 2009 @@ -218,11 +218,11 @@ 'slow': [R2A, kA, dw]. The equations for these two models are - / / kex \ 4 * cpmg_frq \ + / / kex \ 4 * cpmg_frq \\ 'fast': R2eff = R2 + Rex * | 1 - 2 * Tanh | ---------------- | * ------------ | \ \ 2 * 4 * cpmg_frq / kex / - / / dw \ 4 * cpmg_frq \ + / / dw \ 4 * cpmg_frq \\ 'slow': R2eff = R2A + kA - | Sin | ------------ | * ------------ | \ \ 4 * cpmg_frq / dw / _______________________________________________ relax (http://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

