avoid using deprecated type

This commit is contained in:
Arne Morten Kvarving
2024-07-03 07:58:07 +02:00
parent 48344facd4
commit 74cd10b1f2
3 changed files with 4 additions and 4 deletions

View File

@@ -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) \