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