mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
fix deprecation warning with dune 2.7+
This commit is contained in:
parent
5a54bb0728
commit
371f26ac6b
@ -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