#4307 Fix crash in contour map with static properties

This commit is contained in:
Gaute Lindkvist 2019-04-09 17:26:20 +02:00
parent 5c3c031938
commit 855eb0e099

View File

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