#4495 Active Cells : Handle active cells for dual porosity models based on PORV

This commit is contained in:
Magne Sjaastad
2019-06-20 15:00:01 +02:00
parent 515b2a4237
commit 7c054c47f2
5 changed files with 62 additions and 32 deletions

View File

@@ -524,7 +524,7 @@ bool RigFlowDiagSolverInterface::ensureStaticDataObjectInstanceCreated()
auto eclOutput = dynamic_cast<const RifReaderEclipseOutput*>(fileReader);
if (eclOutput)
{
ecl_grid_type* mainGrid = eclOutput->loadMainGrid();
ecl_grid_type* mainGrid = eclOutput->loadAllGrids();
if (!mainGrid)
{
return false;