mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #3646 from akva2/fix_dep_warning_comm
fix deprecation warning with dune 2.7+
This commit is contained in:
commit
66989bcd78
@ -30,7 +30,11 @@
|
||||
#include <opm/grid/common/GridEnums.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellTestState.hpp>
|
||||
#include <opm/simulators/utils/ParallelCommunication.hpp>
|
||||
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7)
|
||||
#include <dune/common/parallel/communication.hh>
|
||||
#else
|
||||
#include <dune/common/parallel/collectivecommunication.hh>
|
||||
#endif
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
|
Loading…
Reference in New Issue
Block a user