Changed forward declaration of 'class UnstructuredGrid' to 'struct UnstructuredGrid'.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-03-08 12:28:22 +01:00
parent cadb370011
commit 4fb4580948
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -27,7 +27,7 @@
#include <tr1/array> #include <tr1/array>
#include <iosfwd> #include <iosfwd>
class UnstructuredGrid; struct UnstructuredGrid;
namespace Opm namespace Opm
{ {