mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use updated API for total cell count
This commit is contained in:
committed by
jonjenssen
parent
8a2a1c218b
commit
2154c0ae3b
@@ -668,7 +668,7 @@ bool RifEclipseOutputFileTools::assignActiveCellData( std::vector<std::vector<in
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check if number of cells is matching
|
// Check if number of cells is matching
|
||||||
if ( eclipseCaseData->mainGrid()->reservoirCells().size() != reservoirCellCount )
|
if ( eclipseCaseData->mainGrid()->totalCellCount() != reservoirCellCount )
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user