mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
avoid using deprecated type
This commit is contained in:
@@ -150,7 +150,7 @@ public:
|
||||
#if HAVE_MPI
|
||||
using communication_type = Dune::OwnerOverlapCopyCommunication<int,int>;
|
||||
#else
|
||||
using communication_type = Dune::CollectiveCommunication<int>;
|
||||
using communication_type = Dune::Communication<int>;
|
||||
#endif
|
||||
|
||||
Dune::SolverCategory::Category category() const override
|
||||
@@ -244,7 +244,7 @@ public:
|
||||
#if HAVE_MPI
|
||||
using communication_type = Dune::OwnerOverlapCopyCommunication<int,int>;
|
||||
#else
|
||||
using communication_type = Dune::CollectiveCommunication<int>;
|
||||
using communication_type = Dune::Communication<int>;
|
||||
#endif
|
||||
|
||||
Dune::SolverCategory::Category category() const override
|
||||
|
||||
Reference in New Issue
Block a user