#8097 Surface Result : Show separate results when Cell Result is None

This commit is contained in:
Magne Sjaastad
2021-10-04 14:08:38 +02:00
parent 3d560147b2
commit 4c01472fc1
@@ -454,9 +454,11 @@ void RimEclipseView::onCreateDisplayModel()
} }
} }
else if ( this->cellResult()->hasStaticResult() || this->cellEdgeResult()->hasResult() || else if ( this->cellResult()->hasStaticResult() || this->cellEdgeResult()->hasResult() ||
this->eclipsePropertyFilterCollection()->hasActiveFilters() ) this->eclipsePropertyFilterCollection()->hasActiveFilters() ||
this->intersectionCollection()->hasAnyActiveSeparateResults() ||
this->surfaceInViewCollection()->hasAnyActiveSeparateResults() )
{ {
// The one and only result entry // The one and only static result entry
timeStepIndices.push_back( 0 ); timeStepIndices.push_back( 0 );
} }