help-octave
[Top][All Lists]
Advanced

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

Re: <unknown type> - numgradient and varargin


From: Jose
Subject: Re: <unknown type> - numgradient and varargin
Date: Wed, 16 Apr 2014 17:33:19 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 16/04/14 16:59, Olaf Till wrote:
There seems to be an off-by-one error in numgradient.cc, line number
108:

        f_args(k); // resize only once

should probably be:

        f_args(k - 1); // resize only once

This should explain the apparent extra argument.

Yes, it seems to work, thanks.


You can file a bug, if you like, but I'll keep it in memory anyway and
correct it in the next days, if Michael shouldn't do it himself.

I will not file a bug then.

Regards,
J.




reply via email to

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