mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8078 Intersections: Improve names of surface items
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user