mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4307 Fix crash in contour map with static properties
This commit is contained in:
parent
5c3c031938
commit
855eb0e099
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user