mailr23873 - in /branches/disp_spin_speed/lib/dispersion: b14.py cr72.py


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

Header


Content

Posted by tlinnet on June 12, 2014 - 13:18:
Author: tlinnet
Date: Thu Jun 12 13:18:56 2014
New Revision: 23873

URL: http://svn.gna.org/viewcvs/relax?rev=23873&view=rev
Log:
Indention fix in cr72.py and b14.py.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    branches/disp_spin_speed/lib/dispersion/b14.py
    branches/disp_spin_speed/lib/dispersion/cr72.py

Modified: branches/disp_spin_speed/lib/dispersion/b14.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/b14.py?rev=23873&r1=23872&r2=23873&view=diff
==============================================================================
--- branches/disp_spin_speed/lib/dispersion/b14.py      (original)
+++ branches/disp_spin_speed/lib/dispersion/b14.py      Thu Jun 12 13:18:56 
2014
@@ -161,8 +161,8 @@
     # Catch parameter values that will result in no exchange, returning flat 
R2eff = R20 lines (when kex = 0.0, k_AB = 0.0).
     # Test if pA or kex is zero.
     if kex == 0.0 or pA == 1.0:
-            back_calc[:] = r20a
-            return
+        back_calc[:] = r20a
+        return
 
     # Test if dw is zero. Wait for replacement, since this is spin specific.
     if min(fabs(dw_orig)) == 0.0:

Modified: branches/disp_spin_speed/lib/dispersion/cr72.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/cr72.py?rev=23873&r1=23872&r2=23873&view=diff
==============================================================================
--- branches/disp_spin_speed/lib/dispersion/cr72.py     (original)
+++ branches/disp_spin_speed/lib/dispersion/cr72.py     Thu Jun 12 13:18:56 
2014
@@ -135,8 +135,8 @@
     # Catch parameter values that will result in no exchange, returning flat 
R2eff = R20 lines (when kex = 0.0, k_AB = 0.0).
     # Test if pA or kex is zero.
     if kex == 0.0 or pA == 1.0:
-            back_calc[:] = r20a
-            return
+        back_calc[:] = r20a
+        return
 
     # Test if dw is zero. Wait for replacement, since this is spin specific.
     if min(fabs(dw_orig)) == 0.0:




Related Messages


Powered by MHonArc, Updated Thu Jun 12 13:20:02 2014