Cater variable name change in BCRSMatrix of DUNE 2.5

One of the variables now has a trailing underline.
This commit is contained in:
Markus Blatt 2016-11-08 18:59:08 +00:00
parent 77abb6de1c
commit 3f7f81ef03

View File

@ -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