fixed: quell deprecation warnings with dune 2.7

This commit is contained in:
Arne Morten Kvarving
2020-02-07 15:19:44 +01:00
parent 4978e72039
commit cfa0904321
6 changed files with 45 additions and 0 deletions
+4
View File
@@ -28,7 +28,11 @@
#include <dune/common/unused.hh>
#include <dune/common/parallel/indexset.hh>
#include <dune/common/parallel/plocalindex.hh>
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
#include <dune/common/parallel/communication.hh>
#else
#include <dune/common/parallel/collectivecommunication.hh>
#endif
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/owneroverlapcopy.hh>