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

This commit is contained in:
Magne Sjaastad
2021-10-04 11:28:46 +02:00
parent 3d560147b2
commit 4c01472fc1

View File

@@ -454,9 +454,11 @@ void RimEclipseView::onCreateDisplayModel()
}
}
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 );
}