mailr10145 - /branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py


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

Header


Content

Posted by edward on January 07, 2010 - 18:00:
Author: bugman
Date: Thu Jan  7 18:00:59 2010
New Revision: 10145

URL: http://svn.gna.org/viewcvs/relax?rev=10145&view=rev
Log:
Modified initial_printout() to match the main 1.3 line code.


Modified:
    
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py

Modified: 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py?rev=10145&r1=10144&r2=10145&view=diff
==============================================================================
--- 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 (original)
+++ 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 Thu Jan  7 18:00:59 2010
@@ -173,17 +173,13 @@
     def initial_printout(self):
         """Generate some print outs for normal analysis."""
 
-        # Only print out if verbosity is turned on.
+        # Print out.
         if self.minimise_map['print_flag'] >= 1:
-            # Monte Carlo simulation print out.
-            if self.info_map['sim_index'] != None and self.info_map['index'] 
== 0:
-                print('Simulation '+ repr(self.info_map['sim_index'])+ '\n')
-
-            # Individual spin print out.
+            # Individual spin stuff.
             if self.model_type == 'mf' or self.model_type == 'local_tm':
                 if self.minimise_map['print_flag'] >= 2:
                     print("\n\n")
-                string = "Fitting to spin: " + self.info_map['spin_id']
+                string = "Fitting to spin " + repr(self.info_map['spin_id'])
                 print("\n\n" + string)
                 print(len(string) * '~')
 




Related Messages


Powered by MHonArc, Updated Thu Jan 07 18:20:02 2010