mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5558 from akva2/janitoring
ISTLSolverBda: avoid using deprecated Dune::CollectiveCommunication
This commit is contained in:
commit
c0197625fc
@ -124,7 +124,7 @@ protected:
|
||||
#if HAVE_MPI
|
||||
using CommunicationType = Dune::OwnerOverlapCopyCommunication<int,int>;
|
||||
#else
|
||||
using CommunicationType = Dune::CollectiveCommunication<int>;
|
||||
using CommunicationType = Dune::Communication<int>;
|
||||
#endif
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user