mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ParallelWellInfo: use forwarding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user