mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 01:41:56 -06:00
ebos: try to make travis happy
This commit is contained in:
parent
b31fb57636
commit
22681c3610
@ -1285,7 +1285,11 @@ private:
|
||||
{
|
||||
const auto& elementMapper = this->model().elementMapper();
|
||||
|
||||
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2,4)
|
||||
unsigned globalElemIdx = elementMapper.index(stencil.entity(localDofIdx));
|
||||
#else
|
||||
unsigned globalElemIdx = elementMapper.map(stencil.entity(localDofIdx));
|
||||
#endif
|
||||
|
||||
if (localDofIdx != 0) {
|
||||
unsigned globalCenterElemIdx = elementMapper.index(stencil.entity(/*dofIdx=*/0));
|
||||
|
Loading…
Reference in New Issue
Block a user