mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4495 Active Cells : Handle active cells for dual porosity models based on PORV
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user