mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Cater variable name change in BCRSMatrix of DUNE 2.5
One of the variables now has a trailing underline.
This commit is contained in:
parent
77abb6de1c
commit
3f7f81ef03
@ -91,7 +91,11 @@ namespace Opm
|
||||
nnz = ia[rows];
|
||||
|
||||
#if DUNE_VERSION_NEWER(DUNE_ISTL, 2, 3)
|
||||
#if DUNE_VERSION_NEWER(DUNE_ISTL, 2, 5)
|
||||
this->allocationSize_ = nnz;
|
||||
#else
|
||||
this->allocationSize = nnz;
|
||||
#endif
|
||||
this->avg = 0;
|
||||
this->overflowsize = -1.0;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user