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:
parent
8a2a1c218b
commit
2154c0ae3b
@ -668,7 +668,7 @@ bool RifEclipseOutputFileTools::assignActiveCellData( std::vector<std::vector<in
|
||||
}
|
||||
|
||||
// Check if number of cells is matching
|
||||
if ( eclipseCaseData->mainGrid()->reservoirCells().size() != reservoirCellCount )
|
||||
if ( eclipseCaseData->mainGrid()->totalCellCount() != reservoirCellCount )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user