mailr19640 - /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 May 03, 2013 - 16:25:
Author: bugman
Date: Fri May  3 16:25:32 2013
New Revision: 19640

URL: http://svn.gna.org/viewcvs/relax?rev=19640&view=rev
Log:
More spacing before the sectioning printouts in the relaxation dispersion 
auto-analysis.


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=19640&r1=19639&r2=19640&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Fri May  3 16:25:32 2013
@@ -54,7 +54,7 @@
         """
 
         # Printout.
-        title(file=sys.stdout, text="Relaxation dispersion auto-analysis")
+        title(file=sys.stdout, text="Relaxation dispersion auto-analysis", 
prespace=4)
 
         # Execution lock.
         status.exec_lock.acquire(pipe_bundle, mode='auto-analysis')
@@ -174,7 +174,7 @@
         # Loop over the models.
         for model in self.models:
             # Printout.
-            subtitle(file=sys.stdout, text="The '%s' model" % model)
+            subtitle(file=sys.stdout, text="The '%s' model" % model, 
prespace=3)
 
             # Create the data pipe by copying the base pipe.
             self.interpreter.pipe.copy(pipe_from=self.pipe_name, 
pipe_to=model, bundle_to=self.pipe_bundle)




Related Messages


Powered by MHonArc, Updated Fri May 03 16:40:01 2013