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 = []


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to