mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make CellOwnerHandle available without MPI
and thus make compilation succeed in this case as using it is perfectly find even if MPI is not there.
This commit is contained in:
parent
e7688a2ca0
commit
9402f4bde1
@ -119,7 +119,6 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#if HAVE_OPM_GRID && HAVE_MPI
|
||||
/// \brief Data handle for gathering the rank that owns a cell
|
||||
template<class Mapper>
|
||||
class CellOwnerDataHandle
|
||||
@ -174,7 +173,7 @@ private:
|
||||
const std::vector<int>& globalCell_;
|
||||
};
|
||||
|
||||
|
||||
#if HAVE_OPM_GRID && HAVE_MPI
|
||||
/// \brief a data handle to distribute the threshold pressures
|
||||
class ThresholdPressureDataHandle
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user