mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8097 Surface Result : Show separate results when Cell Result is None
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user