mailr20836 - /branches/relax_disp/auto_analyses/relax_disp.py


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

Header


Content

Posted by edward on September 05, 2013 - 12:37:
Author: bugman
Date: Thu Sep  5 12:37:42 2013
New Revision: 20836

URL: http://svn.gna.org/viewcvs/relax?rev=20836&view=rev
Log:
Fix for the dispersion auto-analysis for a bug introduced in the last commit.


Modified:
    branches/relax_disp/auto_analyses/relax_disp.py

Modified: branches/relax_disp/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/auto_analyses/relax_disp.py?rev=20836&r1=20835&r2=20836&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Thu Sep  5 12:37:42 2013
@@ -312,7 +312,7 @@
                 self.interpreter.value.copy(pipe_from=MODEL_R2EFF, 
pipe_to=model, param='r2eff')
 
             # Calculate the R2eff values for the fixed relaxation time 
period data types.
-            if model == MODEL_R2EFF and has_exponential_exp_type():
+            if model == MODEL_R2EFF and not has_exponential_exp_type():
                 self.interpreter.calc()
 
             # Optimise the model.




Related Messages


Powered by MHonArc, Updated Thu Sep 05 14:00:01 2013