Boost logo

Ublas :

Subject: Re: [ublas] [bindings] Redundant parameters in lapack::orm* functions
From: Marco Guazzone (marco.guazzone_at_[hidden])
Date: 2010-08-24 05:27:50


On Tue, Aug 24, 2010 at 11:04 AM, Rutger ter Borg <rutger_at_[hidden]> wrote:
> Marco Guazzone wrote:
>
>>
>> Thank you very much.
>>
>> Unfortunately, I've got this error:
>>
>> /home/marco/tmp/boost-
> numeric_bindings/boost/numeric/bindings/lapack/computational/ormql.hpp:
>> In static member function ‘static ptrdiff_t
>> boost::numeric::bindings::lapack::ormql_impl<Value>::min_size_work(Side,
>> ptrdiff_t, ptrdiff_t)’:
>> /home/marco/tmp/boost-
> numeric_bindings/boost/numeric/bindings/lapack/computational/ormql.hpp:192:
>> error: ‘side’ was not declared in this scope
>>
>> Cheers,
>>
>> -- Marco
>
> Ok, I've committed a less trivial fix, pleae let me know if it works for
> you.
>

Great! Compiles with no errors and no warnings.

Thank you so much!!

Cheers,

-- Marco