Skip to content
Snippets Groups Projects
Commit 4441f4a5 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

added compatibility with dune 2.6

parent 9897259d
No related branches found
No related tags found
1 merge request!69collective communication headers
This commit is part of merge request !69. Comments created here will be created in the context of that merge request.
......@@ -15,7 +15,14 @@
#include <utility>
#include <type_traits>
#include <dune/common/version.hh>
#if DUNE_VERSION_LT(DUNE_COMMON,2,7)
#include <dune/common/parallel/collectivecommunication.hh>
#else
#include <dune/common/parallel/communication.hh>
#endif
#include <dune/common/stdstreams.hh>
#include <dune/grid/common/capabilities.hh>
#include <dune/grid/common/grid.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment