mailr20282 - /branches/relax_disp/specific_analyses/relax_disp/api.py


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

Header


Content

Posted by edward on July 12, 2013 - 12:04:
Author: bugman
Date: Fri Jul 12 12:04:30 2013
New Revision: 20282

URL: http://svn.gna.org/viewcvs/relax?rev=20282&view=rev
Log:
Fix for a fatal import bug introduced at r20280.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/api.py

Modified: branches/relax_disp/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/api.py?rev=20282&r1=20281&r2=20282&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/api.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/api.py Fri Jul 12 
12:04:30 2013
@@ -390,7 +390,7 @@
                 spin = spins[0]
                 for i in range(len(spin.params)):
                     # The population of state A.
-                    elif spin.params[i] == 'pA':
+                    if spin.params[i] == 'pA':
                         if spin.model == MODEL_M61B:
                             lower.append(0.85)
                         else:




Related Messages


Powered by MHonArc, Updated Fri Jul 12 12:40:02 2013