mailr19986 - /branches/relax_disp/lib/dispersion/m61b.py


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

Header


Content

Posted by edward on June 09, 2013 - 13:19:
Author: bugman
Date: Sun Jun  9 13:19:38 2013
New Revision: 19986

URL: http://svn.gna.org/viewcvs/relax?rev=19986&view=rev
Log:
Small simplification of the lib.dispersion.m61b module.


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

Modified: branches/relax_disp/lib/dispersion/m61b.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/m61b.py?rev=19986&r1=19985&r2=19986&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/m61b.py (original)
+++ branches/relax_disp/lib/dispersion/m61b.py Sun Jun  9 13:19:38 2013
@@ -66,9 +66,8 @@
     pB = 1.0 - pA
 
     # Repetitive calculations (to speed up calculations).
-    pA2dw2 = pA**2 * delta_omega**2
-    kex2 = kex**2
-    kex2_pA2dw2 = kex2 + pA2dw2
+    pA2dw2 = pA**2 * dw**2
+    kex2_pA2dw2 = kex**2 + pA2dw2
 
     # The numerator.
     numer = pA2dw2 * pB * kex




Related Messages


Powered by MHonArc, Updated Sun Jun 09 13:40:01 2013