mailr20766 - /branches/relax_disp/lib/dispersion/tsmfk01.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 03, 2013 - 11:27:
Author: bugman
Date: Tue Sep  3 11:27:04 2013
New Revision: 20766

URL: http://svn.gna.org/viewcvs/relax?rev=20766&view=rev
Log:
Fix for r20 should be called r20a.

Progress sr #3071: https://gna.org/support/index.php?3071 - Implementation of 
Tollinger/Kay dispersion model (2001)
Following the guide at: 
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax

Troels E. Linnet provided this patch. Commit by: tlinnet _aaattt_ 
gmail_dot_com

Signed-off-by: Edward d'Auvergne <edward@xxxxxxxxxxxxx>

Modified:
    branches/relax_disp/lib/dispersion/tsmfk01.py

Modified: branches/relax_disp/lib/dispersion/tsmfk01.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/tsmfk01.py?rev=20766&r1=20765&r2=20766&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/tsmfk01.py (original)
+++ branches/relax_disp/lib/dispersion/tsmfk01.py Tue Sep  3 11:27:04 2013
@@ -95,4 +95,4 @@
 
         # The full formula.
         else:
-            back_calc[i] = r20 + kA - kA * numer / denom
+            back_calc[i] = r20a + kA - kA * numer / denom




Related Messages


Powered by MHonArc, Updated Tue Sep 03 11:40:02 2013