Changed forward declaration of 'class UnstructuredGrid' to 'struct UnstructuredGrid'.
This commit is contained in:
parent
cadb370011
commit
4fb4580948
@ -20,7 +20,7 @@
|
|||||||
#ifndef OPM_TRANSPORTMODELINTERFACE_HEADER_INCLUDED
|
#ifndef OPM_TRANSPORTMODELINTERFACE_HEADER_INCLUDED
|
||||||
#define OPM_TRANSPORTMODELINTERFACE_HEADER_INCLUDED
|
#define OPM_TRANSPORTMODELINTERFACE_HEADER_INCLUDED
|
||||||
|
|
||||||
class UnstructuredGrid;
|
struct UnstructuredGrid;
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <opm/core/transport/reorder/TransportModelInterface.hpp>
|
#include <opm/core/transport/reorder/TransportModelInterface.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
class UnstructuredGrid;
|
struct UnstructuredGrid;
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <tr1/array>
|
#include <tr1/array>
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
|
|
||||||
class UnstructuredGrid;
|
struct UnstructuredGrid;
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user