Merge remote branch 'remotes/opm/master' into update_relperm_diagnostics

Conflicts:
	opm/core/props/satfunc/RelpermDiagnostics.cpp
This commit is contained in:
Liu Ming
2016-01-22 13:04:01 +08:00
17 changed files with 32 additions and 7 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>
#include <opm/core/utility/compressedToCartesian.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