mailRe: r8817 - /branches/relax_disp/sconstruct


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

Header


Content

Posted by Edward d'Auvergne on February 17, 2009 - 19:13:
On Tue, Feb 17, 2009 at 7:01 PM,  <sebastien.morin.1@xxxxxxxxx> wrote:
Author: semor
Date: Tue Feb 17 19:01:26 2009
New Revision: 8817

URL: http://svn.gna.org/viewcvs/relax?rev=8817&view=rev
Log:
Grouped together the compilation of C modules for both relaxation curve 
fitting and dispersion.

This is as proposed in posts at:
https://mail.gna.org/public/relax-devel/2009-02/msg00007.html
(Message-id: <7f080ed10902170918l1dd302b5q744ec9ecdc570e1b@xxxxxxxxxxxxxx>)
and
https://mail.gna.org/public/relax-devel/2009-02/msg00008.html
(Message-id: <7f080ed10902170921w635fe002m3ef0816d7e4f9d79@xxxxxxxxxxxxxx>



Modified:
   branches/relax_disp/sconstruct

Modified: branches/relax_disp/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/sconstruct?rev=8817&r1=8816&r2=8817&view=diff
==============================================================================
--- branches/relax_disp/sconstruct (original)
+++ branches/relax_disp/sconstruct Tue Feb 17 19:01:26 2009


@@ -523,7 +526,8 @@
            string = string + "###########################\n"
            string = string + "# Compiling the C modules #\n"
            string = string + "###########################\n\n\n"
-            string = string + "Building the relaxation curve fitting 
module " + `str(self.relax_fit_object[0])` + "\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"
            return string

        # Add the print out as an action to take before constructing the 
first object.

For this one, you need self.compile_object[1][0].  Not sure why though.

Regards,

Edward



Related Messages


Powered by MHonArc, Updated Tue Feb 17 19:20:43 2009