(#401) WIP: Added skeleton class for cell mapping

This commit is contained in:
Jacob Støren
2015-09-14 16:32:53 +02:00
parent b6fb85e0a4
commit 57ff5becbc
5 changed files with 100 additions and 2 deletions

View File

@@ -618,7 +618,7 @@ void RivReservoirViewPartMgr::computeOverriddenCellVisibility(cvf::UByteArray* c
cellVisibility->resize(gridCellCount);
cellVisibility->setAll(false);
RigCaseCellMapper* cellMapper = masterViewLink->cellMapper();
RigCaseToCaseCellMapper* cellMapper = masterViewLink->cellMapper();
for (size_t lcIdx = 0; lcIdx < gridCellCount; ++lcIdx)
{