#616 Building tests fails in dune-istl following revision -r1084
Metadata
| Property | Value |
|---|---|
| Reported by | Bård Skaflestad (bard.skaflestad@sintef.no) |
| Reported at | Oct 2, 2009 13:57 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Linux |
| Last edited by | Markus Blatt (markus@dr-blatt.de) |
| Last edited at | Oct 2, 2009 15:12 |
| Closed by | Markus Blatt (markus@dr-blatt.de) |
| Closed at | Oct 2, 2009 15:12 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | Fixed in revision 1093. |
| Thanks for the nice patch. |
Description
Revision 1084 of dune-istl removed the template parameters from the classes Dune::Interface and Dune::BufferedCommunicator but did not update the tests in dune-istl/istl/test and dune-istl/istl/paamg/test accordingly.
The attached patch fixes the build issues on my system. The patch also includes in dune-istl/istl/remoteindices.hh because revision -r1092 changed the type of the RemoteIndices::neighborIds data member from a std::vector to a std::set.