Boost logo

Ublas :

From: Andreas Klöckner (lists_at_[hidden])
Date: 2008-06-24 10:37:07


On Dienstag 24 Juni 2008, Jeremy Conlin wrote:
> In trying out the bindings to geev I found a small bug in geev.hpp.
> Line 234 is:
>
> assert(wi[i+1] == -wi[i+1]);
>
> and should be:
>
> assert(wi[i+1] == -wi[i]);
>
> A simple program to test is attached.
>
> Thanks,
> Jeremy

done

Andreas