mailr26342 - /trunk/pipe_control/minimise.py


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

Header


Content

Posted by edward on October 22, 2014 - 14:00:
Author: bugman
Date: Wed Oct 22 14:00:50 2014
New Revision: 26342

URL: http://svn.gna.org/viewcvs/relax?rev=26342&view=rev
Log:
Added spacing after the minimise.grid_search user function setup printouts.

This is for better spacing for the next messages from the specific analysis.


Modified:
    trunk/pipe_control/minimise.py

Modified: trunk/pipe_control/minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/minimise.py?rev=26342&r1=26341&r2=26342&view=diff
==============================================================================
--- trunk/pipe_control/minimise.py      (original)
+++ trunk/pipe_control/minimise.py      Wed Oct 22 14:00:50 2014
@@ -408,6 +408,7 @@
         # Printout.
         if verbosity:
             write_data(out=sys.stdout, headings=["Parameter", "Lower bound", 
"Upper bound", "Increments", "Comment"], data=data)
+            sys.stdout.write('\n')
 
     # Return the bounds.
     return model_lower, model_upper, model_inc




Related Messages


Powered by MHonArc, Updated Wed Oct 22 14:20:02 2014