mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4314 from akva2/epsscalingpoints_encapsulate
add missing include
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
|
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
|
||||||
#include <opm/core/props/phaseUsageFromDeck.hpp>
|
#include <opm/core/props/phaseUsageFromDeck.hpp>
|
||||||
|
|
||||||
|
#include <opm/material/fluidmatrixinteractions/EclEpsGridProperties.hpp>
|
||||||
#include <opm/material/fluidmatrixinteractions/EclEpsScalingPoints.hpp>
|
#include <opm/material/fluidmatrixinteractions/EclEpsScalingPoints.hpp>
|
||||||
|
|
||||||
#include <opm/input/eclipse/EclipseState/EclipseState.hpp>
|
#include <opm/input/eclipse/EclipseState/EclipseState.hpp>
|
||||||
@@ -46,7 +47,7 @@
|
|||||||
#include <dune/alugrid/grid.hh>
|
#include <dune/alugrid/grid.hh>
|
||||||
#include <dune/alugrid/3d/gridview.hh>
|
#include <dune/alugrid/3d/gridview.hh>
|
||||||
#endif // HAVE_DUNE_ALUGRID
|
#endif // HAVE_DUNE_ALUGRID
|
||||||
namespace Opm{
|
namespace Opm {
|
||||||
|
|
||||||
bool RelpermDiagnostics::phaseCheck_(const EclipseState& es)
|
bool RelpermDiagnostics::phaseCheck_(const EclipseState& es)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user