#8649 Contour Map: Show static data for all time steps.

This commit is contained in:
Kristian Bendiksen
2022-03-16 14:16:15 +01:00
parent ffc1769a5f
commit ca769a53d4
3 changed files with 16 additions and 1 deletions

View File

@@ -219,8 +219,11 @@ std::vector<double> RimEclipseContourMapProjection::generateResults( int timeSte
}
gridResultValues = calculateColumnResult( m_resultAggregation() );
}
else if ( !( cellColors->hasStaticResult() && timeStep > 0 ) )
else
{
if ( cellColors->hasStaticResult() && timeStep > 0 ) timeStep = 0;
m_currentResultName = cellColors->resultVariable();
RigEclipseResultAddress resAddr( cellColors->resultType(),
cellColors->resultVariable(),