Merge pull request #585 from blattms/fix-opm-matrix-dune-2.4

Account for variable change in 2.4.1
This commit is contained in:
Atgeirr Flø Rasmussen
2016-02-16 21:09:23 +01:00

View File

@@ -80,7 +80,7 @@ namespace Opm
this->m = cols;
typedef Super::size_type size_type ;
#if DUNE_VERSION_NEWER(DUNE_ISTL, 3, 0)
#if DUNE_VERSION_NEWER_REV(DUNE_ISTL, 2, 4, 1)
size_type& nnz = this->nnz_;
std::shared_ptr<size_type>& j = this->j_;
#else