Re: [goops] adding a number class with generic methods

2006-05-04 Thread Neil Jerram
Marco Maggi [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: I do not understand why the first solution does not work; I've tried different combinations of functions but there is something I am missing. Damn... it seems to work if I do not EXPORT the generic methods. You mean if you

Re: potential memory leak in do loop

2006-05-04 Thread stephane chatigny
Thanks Kevin and Paul, I am little bit rusty with Linux. I have not used it since my graduate studies ten years ago. I was not aware of the top command. I will monitor the process with it. Right now the memory usage seems fairly constant at 30Mb. If I need to use some kind of debuging

vector typing

2006-05-04 Thread Dave Griffiths
Hi all, I'm upgrading an application from the old gh interface (yep, about time too, it's much nicer) and I've noticed a change in the way vectors are constructed in the api. I used to use gh_doubles2scm to quickly convert a block of data into a generalised vector. I've moved over to using

Re: [goops] adding a number class with generic methods

2006-05-04 Thread Marco Maggi
Neil Jerram wrote: Marco Maggi [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: I do not understand why the first solution does not work; I've tried different combinations of functions but there is something I am missing. Damn... it seems to work if I do not EXPORT the generic methods.

Re: [goops] adding a number class with generic methods

2006-05-04 Thread Mikael Djurfeldt
On 5/4/06, Marco Maggi [EMAIL PROTECTED] wrote: Neil Jerram wrote: Marco Maggi [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: I do not understand why the first solution does not work; I've tried different combinations of functions but there is something I am missing. Damn... it seems