mailr25459 - /trunk/auto_analyses/relax_disp.py


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

Header


Content

Posted by tlinnet on August 29, 2014 - 23:12:
Author: tlinnet
Date: Fri Aug 29 23:12:11 2014
New Revision: 25459

URL: http://svn.gna.org/viewcvs/relax?rev=25459&view=rev
Log:
Fix for also storing 'r1_fit' to cdp even though it is set to False.

bug #22541(https://gna.org/bugs/?22541): The R1 fit flag does not work in the 
GUI.

Modified:
    trunk/auto_analyses/relax_disp.py

Modified: trunk/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp.py?rev=25459&r1=25458&r2=25459&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp.py   (original)
+++ trunk/auto_analyses/relax_disp.py   Fri Aug 29 23:12:11 2014
@@ -572,6 +572,9 @@
         if self.r1_fit:
             subtitle(file=sys.stdout, text="R1 parameter optimisation 
activation", prespace=3)
             self.interpreter.relax_disp.r1_fit(fit=self.r1_fit)
+        else:
+            # No print out.
+            self.interpreter.relax_disp.r1_fit(fit=self.r1_fit)
 
         # Loop over the models.
         self.model_pipes = []




Related Messages


Powered by MHonArc, Updated Fri Aug 29 23:20:03 2014