mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user