mailr7755 - /branches/multi_processor_merge/relax


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

Header


Content

Posted by edward on October 16, 2008 - 16:51:
Author: bugman
Date: Thu Oct 16 16:51:07 2008
New Revision: 7755

URL: http://svn.gna.org/viewcvs/relax?rev=7755&view=rev
Log:
Bug fix for the get_intro_string() method, intro_string is no longer a class 
variable.


Modified:
    branches/multi_processor_merge/relax

Modified: branches/multi_processor_merge/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/relax?rev=7755&r1=7754&r2=7755&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Thu Oct 16 16:51:07 2008
@@ -382,7 +382,7 @@
             intro_string = intro_string + "\n" + 
dep_check.C_module_exp_fn_mesg + "\n"
 
         # Multi processor string component.
-        self.intro_string  = self.intro_string  + '\nprocessor = ' + 
self.processor.get_intro_string() + '\n'
+        intro_string  = intro_string  + '\nprocessor = ' + 
self.processor.get_intro_string() + '\n'
 
         # Return the string.
         return intro_string




Related Messages


Powered by MHonArc, Updated Thu Oct 16 17:00:02 2008