mailr7814 - /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 October 19, 2008 - 15:15:
Author: bugman
Date: Sun Oct 19 15:15:45 2008
New Revision: 7814

URL: http://svn.gna.org/viewcvs/relax?rev=7814&view=rev
Log:
A bit of a clean up of do_feedback().


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=7814&r1=7813&r2=7814&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
 Sun Oct 19 15:15:45 2008
@@ -190,14 +190,15 @@
 
         # Only print out if verbosity is turned on.
         if self.minimise_map['verbosity'] >= 1:
-            # montecarlo stuff
+            # Monte Carlo simulation print out.
             if self.info_map['sim_index'] != None and self.info_map['index'] 
== 0:
                 print 'Simulation '+ `self.info_map['sim_index']`+ '\n'
-            # Individual residue stuff.
+
+            # Individual spin print out.
             if self.mf_map['param_set'] == 'mf' or self.mf_map['param_set'] 
== 'local_tm':
                 if self.minimise_map['verbosity'] >= 2:
                     print "\n\n"
-                string = "Fitting to residue: " + self.info_map['res_id']
+                string = "Fitting to spin: " + self.info_map['spin_id']
                 print "\n\n" + string
                 print len(string) * '~'
 




Related Messages


Powered by MHonArc, Updated Sun Oct 19 15:40:03 2008