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:20:
This just changes the print out from:

Building the relaxation curve fitting module 'maths_fns/relax_fit.so'
Building the relaxation dispersion module "['maths_fns/relax_disp.so']"

to:

Building the relaxation curve fitting module 'maths_fns/relax_fit.so'
Building the relaxation dispersion module 'maths_fns/relax_disp.so'

Regards,

Edward


On Tue, Feb 17, 2009 at 7:16 PM, Sébastien Morin
<sebastien.morin.1@xxxxxxxxx> wrote:
Hi,

I tested both and compilation yields the same results...

What's the difference ?


Séb  :)


Edward d'Auvergne wrote:
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

_______________________________________________
relax (http://nmr-relax.com)

This is the relax-devel mailing list
relax-devel@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel




--
Sébastien Morin
PhD Student
S. Gagné NMR Laboratory
Université Laval & PROTEO
Québec, Canada





Related Messages


Powered by MHonArc, Updated Tue Feb 17 21:40:23 2009