mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-28 17:14:39 -06:00
ParallelWellInfo: use forwarding
This commit is contained in:
parent
17963b07c1
commit
d4a0d2962f
@ -18,7 +18,9 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
#include <opm/simulators/wells/ParallelWellInfo.hpp>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/Well.hpp>
|
||||
|
||||
namespace Dune
|
||||
{
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <dune/istl/owneroverlapcopy.hh>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/Well.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <iterator>
|
||||
@ -34,6 +33,8 @@
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
class Well;
|
||||
|
||||
/// \brief Class to facilitate getting values associated with the above/below perforation
|
||||
///
|
||||
class CommunicateAboveBelow
|
||||
|
Loading…
Reference in New Issue
Block a user