(#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

@@ -186,7 +186,7 @@ void RivFemElmVisibilityCalculator::computeOverriddenCellVisibility(cvf::UByteAr
elmVisibilities->resize(elmCount);
elmVisibilities->setAll(false);
RigCaseCellMapper* cellMapper = masterViewLink->cellMapper();
RigCaseToCaseCellMapper* cellMapper = masterViewLink->cellMapper();
for (size_t elmIdx = 0; elmIdx < elmCount; ++elmIdx)
{