ParallelWellInfo: use forwarding

This commit is contained in:
Arne Morten Kvarving 2021-04-30 10:47:22 +02:00
parent 17963b07c1
commit d4a0d2962f
2 changed files with 4 additions and 1 deletions

View File

@ -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
{

View File

@ -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