#582 Error because of change in SuperLU 4.0 Syntax
Metadata
Property | Value |
---|---|
Reported by | Buote Xu (buote.xu@stud.uni-heidelberg.de) |
Reported at | Jul 31, 2009 17:59 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Markus Blatt (markus@dr-blatt.de) |
Last edited at | Dec 15, 2009 12:52 |
Closed by | Markus Blatt (markus@dr-blatt.de) |
Closed at | Dec 15, 2009 12:52 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | in rev 5786 (dune-common) and 1144 (dune-istl) |
Description
The SuperLU guys decided to move the change the struct "mem_usage_t", defined in slu_util.h:308 for their 4.0 release. The former member mem_usage_t.expansions is now found in the struct "stat" (in the same file). As of now, Dune's superlu.hh still calls for memusage.expansions (which is of type mem_usage_t) which breaks the compile. Please change superlu.hh:238 from memusage.expansions to stat.expansions for future releases.