mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05: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() ||
|
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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user