diff --git a/opm/core/linalg/ParallelIstlInformation.hpp b/opm/core/linalg/ParallelIstlInformation.hpp index a9d1a93f4..e6a24f55e 100644 --- a/opm/core/linalg/ParallelIstlInformation.hpp +++ b/opm/core/linalg/ParallelIstlInformation.hpp @@ -144,8 +144,9 @@ public: void copyOwnerToAll (const T& source, T& dest) const { typedef Dune::Combine,Dune::EnumItem,Dune::OwnerOverlapCopyAttributeSet::AttributeSet> OwnerOverlapSet; + typedef Dune::EnumItem OwnerSet; typedef Dune::Combine,Dune::OwnerOverlapCopyAttributeSet::AttributeSet> AllSet; - OwnerOverlapSet sourceFlags; + OwnerSet sourceFlags; AllSet destFlags; Dune::Interface interface(communicator_); if( !remoteIndices_->isSynced() )