mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 23:35:35 -06:00
Changed forward declaration of 'class UnstructuredGrid' to 'struct UnstructuredGrid'.
This commit is contained in:
parent
cb6d72cfd3
commit
00e87d36b9
@ -20,7 +20,7 @@
|
||||
#ifndef OPM_TRANSPORTMODELINTERFACE_HEADER_INCLUDED
|
||||
#define OPM_TRANSPORTMODELINTERFACE_HEADER_INCLUDED
|
||||
|
||||
class UnstructuredGrid;
|
||||
struct UnstructuredGrid;
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <opm/core/transport/reorder/TransportModelInterface.hpp>
|
||||
#include <vector>
|
||||
|
||||
class UnstructuredGrid;
|
||||
struct UnstructuredGrid;
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <tr1/array>
|
||||
#include <iosfwd>
|
||||
|
||||
class UnstructuredGrid;
|
||||
struct UnstructuredGrid;
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user