ExtractParallelGridInfoToISTL: use forwarding

This commit is contained in:
Arne Morten Kvarving 2021-04-29 12:08:15 +02:00
parent 238109b0e9
commit b30fc4eac1
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,8 @@
#include <opm/simulators/linalg/ParallelIstlInformation.hpp>
#include <dune/common/version.hh>
#include <dune/common/shared_ptr.hh>
#include <opm/grid/CpGrid.hpp>
namespace Opm
{
#if defined(HAVE_OPM_GRID)

View File

@ -21,9 +21,10 @@
#define OPM_EXTRACTPARALLELGRIDINFORMATIONTOISTL_HEADER_INCLUDED
#ifdef HAVE_OPM_GRID
#include<opm/grid/CpGrid.hpp>
#include <any>
namespace Dune { class CpGrid; }
namespace Opm
{