diff --git a/opm/core/linalg/ParallelIstlInformation.hpp b/opm/core/linalg/ParallelIstlInformation.hpp index e6a24f55..97c191b3 100644 --- a/opm/core/linalg/ParallelIstlInformation.hpp +++ b/opm/core/linalg/ParallelIstlInformation.hpp @@ -160,7 +160,7 @@ public: communicator.free(); } template - void updateOwnerMask(const T& container) const + const std::vector& updateOwnerMask(const T& container) const { if( ! indexSet_ ) { @@ -177,6 +177,7 @@ public: } } } + return ownerMask_; } /// \brief Compute one or more global reductions. ///