ISTLSolverBda: avoid using deprecated Dune::CollectiveCommunication

This commit is contained in:
Arne Morten Kvarving
2024-08-23 15:10:25 +02:00
parent 3dbeed2199
commit 4af89f1ced
+1 -1
View File
@@ -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: