mailr8819 - /branches/relax_disp/sconstruct


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

Header


Content

Posted by sebastien . morin . 1 on February 17, 2009 - 20:04:
Author: semor
Date: Tue Feb 17 20:04:08 2009
New Revision: 8819

URL: http://svn.gna.org/viewcvs/relax?rev=8819&view=rev
Log:
Made a small correction affecting the print out.

This was nicely catched by Ed in a post at:
https://mail.gna.org/public/relax-devel/2009-02/msg00013.html
(Message-id: <7f080ed10902171019y23e3082dx7b2c747c283001e0@xxxxxxxxxxxxxx>)


Modified:
    branches/relax_disp/sconstruct

Modified: branches/relax_disp/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/sconstruct?rev=8819&r1=8818&r2=8819&view=diff
==============================================================================
--- branches/relax_disp/sconstruct (original)
+++ branches/relax_disp/sconstruct Tue Feb 17 20:04:08 2009
@@ -527,7 +527,7 @@
             string = string + "# Compiling the C modules #\n"
             string = string + "###########################\n\n\n"
             string = string + "Building the relaxation curve fitting module 
" + `str(self.compile_object[0])` + "\n"
-            string = string + "Building the relaxation dispersion module " + 
`str(self.compile_object[1])` + "\n"
+            string = string + "Building the relaxation dispersion module " + 
`str(self.compile_object[1][0])` + "\n"
             return string
 
         # Add the print out as an action to take before constructing the 
first object.




Related Messages


Powered by MHonArc, Updated Tue Feb 17 20:20:04 2009