Added checkbox for hiding NNC geometry when no NNC data is available

This commit is contained in:
Magne Sjaastad
2014-09-04 09:30:00 +02:00
parent 4fdb06e0e0
commit 5963d75085
6 changed files with 55 additions and 10 deletions

View File

@@ -713,7 +713,7 @@ void RivReservoirViewPartMgr::computePropertyVisibility(cvf::UByteArray* cellVis
const double lowerBound = (*pfIt)->lowerBound();
const double upperBound = (*pfIt)->upperBound();
size_t scalarResultIndex = (*pfIt)->resultDefinition->gridScalarIndex();
size_t scalarResultIndex = (*pfIt)->resultDefinition->scalarResultIndex();
size_t adjustedTimeStepIndex = timeStepIndex;