#8078 Intersections: Improve names of surface items

This commit is contained in:
Magne Sjaastad
2021-10-05 14:23:20 +02:00
parent 25c993b020
commit 5596ff28aa
3 changed files with 25 additions and 18 deletions

View File

@@ -456,7 +456,7 @@ void RimEclipseView::onCreateDisplayModel()
else if ( this->cellResult()->hasStaticResult() || this->cellEdgeResult()->hasResult() ||
this->eclipsePropertyFilterCollection()->hasActiveFilters() ||
this->intersectionCollection()->hasAnyActiveSeparateResults() ||
this->surfaceInViewCollection()->hasAnyActiveSeparateResults() )
( this->surfaceInViewCollection() && this->surfaceInViewCollection()->hasAnyActiveSeparateResults() ) )
{
// The one and only static result entry
timeStepIndices.push_back( 0 );