#7335 Dual poro models : Support rel perm and PVT plots

This commit is contained in:
Magne Sjaastad
2021-02-05 08:16:57 +01:00
parent b2fc74e73e
commit fdb465fe6d
2 changed files with 7 additions and 5 deletions

View File

@@ -527,11 +527,6 @@ bool RigFlowDiagSolverInterface::ensureStaticDataObjectInstanceCreated()
const RigEclipseCaseData* eclipseCaseData = m_eclipseCase->eclipseCaseData();
if ( eclipseCaseData )
{
if ( eclipseCaseData->hasFractureResults() )
{
return false;
}
auto fileReader = eclipseCaseData->results( RiaDefines::PorosityModelType::MATRIX_MODEL )->readerInterface();
auto eclOutput = dynamic_cast<const RifReaderEclipseOutput*>( fileReader );
if ( eclOutput )