Fixes includes wrt opm-parser PR-656

Several files stopped compiling due to relying on opm-parser headers
doing includes. From opm-parser PR-656
https://github.com/OPM/opm-parser/pull/656 this assumption is no longer
valid.
This commit is contained in:
Jørgen Kvalsvik
2016-01-20 14:12:04 +01:00
parent 7cd43cc4ff
commit 50c1bbdc85
16 changed files with 31 additions and 6 deletions

View File

@@ -19,6 +19,8 @@
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
#include <opm/material/fluidmatrixinteractions/EclEpsScalingPoints.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/Sof2Table.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/SgwfnTable.hpp>
namespace Opm{

View File

@@ -40,6 +40,9 @@
namespace Opm {
class Sof2Table;
class SgwfnTable;
///This class is intend to be a relpmer diganostics, to detect
///wrong input of relperm table and endpoints.
class RelpermDiagnostics