mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-01 03:56:55 -06:00
ExtractParallelGridInfoToISTL: use forwarding
This commit is contained in:
parent
238109b0e9
commit
b30fc4eac1
@ -22,6 +22,8 @@
|
|||||||
#include <opm/simulators/linalg/ParallelIstlInformation.hpp>
|
#include <opm/simulators/linalg/ParallelIstlInformation.hpp>
|
||||||
#include <dune/common/version.hh>
|
#include <dune/common/version.hh>
|
||||||
#include <dune/common/shared_ptr.hh>
|
#include <dune/common/shared_ptr.hh>
|
||||||
|
#include <opm/grid/CpGrid.hpp>
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
#if defined(HAVE_OPM_GRID)
|
#if defined(HAVE_OPM_GRID)
|
||||||
|
@ -21,9 +21,10 @@
|
|||||||
#define OPM_EXTRACTPARALLELGRIDINFORMATIONTOISTL_HEADER_INCLUDED
|
#define OPM_EXTRACTPARALLELGRIDINFORMATIONTOISTL_HEADER_INCLUDED
|
||||||
#ifdef HAVE_OPM_GRID
|
#ifdef HAVE_OPM_GRID
|
||||||
|
|
||||||
#include<opm/grid/CpGrid.hpp>
|
|
||||||
#include <any>
|
#include <any>
|
||||||
|
|
||||||
|
namespace Dune { class CpGrid; }
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user