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:
@@ -166,7 +166,7 @@ using BV = Dune::BlockVector<Dune::FieldVector<double,Dim>>;
|
||||
#if HAVE_MPI
|
||||
using CommunicationType = Dune::OwnerOverlapCopyCommunication<int,int>;
|
||||
#else
|
||||
using CommunicationType = Dune::CollectiveCommunication<int>;
|
||||
using CommunicationType = Dune::Communication<int>;
|
||||
#endif
|
||||
|
||||
#define INSTANCE_FLEX(Dim) \
|
||||
|
||||
Reference in New Issue
Block a user