Boost logo

Ublas :

From: Andreas Klöckner (lists_at_[hidden])
Date: 2008-08-14 10:21:50


On Donnerstag 14 August 2008, Bart Janssen wrote:
> Hello,
>
> I experienced de-allocation problems in the UMFPACK bindings.
> The diff you find below fixes the bug by adding a constructor to the
> symbolic_type and numeric_type structs that are defined in bindings/
> umfpack/umfpack.hpp .
> The ptr variable will now be initialized to 0.
>
> Can someone add this to the svn repository?

Fixed, thanks! (Disclaimer: I don't maintain the official bindings svn, only
an unofficial branch.)

Andreas