mailr24641 - /branches/disp_spin_speed/target_functions/relax_disp.py


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

Header


Content

Posted by tlinnet on July 22, 2014 - 17:53:
Author: tlinnet
Date: Tue Jul 22 17:53:38 2014
New Revision: 24641

URL: http://svn.gna.org/viewcvs/relax?rev=24641&view=rev
Log:
Removal of space after for loop in target_functions/relax_disp.py.

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

Modified:
    branches/disp_spin_speed/target_functions/relax_disp.py

Modified: branches/disp_spin_speed/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/target_functions/relax_disp.py?rev=24641&r1=24640&r2=24641&view=diff
==============================================================================
--- branches/disp_spin_speed/target_functions/relax_disp.py     (original)
+++ branches/disp_spin_speed/target_functions/relax_disp.py     Tue Jul 22 
17:53:38 2014
@@ -1257,7 +1257,6 @@
 
         # Loop over the experiment types.
         for ei in range(self.NE):
-
             r20 = self.r20_struct[ei]
             dw_frq = self.dw_struct[ei]
             dwH_frq = self.dwH_struct[ei]
@@ -1495,7 +1494,6 @@
 
         # Loop over the experiment types.
         for ei in range(self.NE):
-
             r20 = self.r20_struct[ei]
             dw_frq = self.dw_struct[ei]
             dwH_frq = self.dwH_struct[ei]




Related Messages


Powered by MHonArc, Updated Tue Jul 22 18:00:02 2014