help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: num2cell


From: David Bateman
Subject: Re: num2cell
Date: Tue, 13 Sep 2005 05:48:27 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Søren Hauberg a écrit :

Hi David,
I'm impressed. I only asked in case somebody had an implementation they for some reason hadn't submitted, I never expected anybody to actualy implement. So thanks for doing the work :-) I'm currently (still) using 2.1.71 (I should properly move to 2.9.x, but I've been a bit lazy), so I'm not able to test your function as I get the following error:

'octave_idx_type' was not declared in this scope

But since that's just a 2.9.x thing I'll look into it when I update to the new series.

Just add

typedef int octave_idx_type;

at the top of the file, and it should work..

But thanks for looking into it. I'm having a bit of bad concience - I hope you didn't spend a lot of time because of me...

It took an hour or two, so no I didn't spend a lot of time...

Cheers
David


/Søren




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]