mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4360 Make sure we display cell colors for grids without dynamic variables even if the project has wells in it
This commit is contained in:
parent
c3dfbf791d
commit
950458455d
@ -365,7 +365,7 @@ void RimEclipseView::createDisplayModel()
|
||||
|
||||
// Find the number of time frames the animation needs to show the requested data.
|
||||
|
||||
if (isTimeStepDependentDataVisible())
|
||||
if (isTimeStepDependentDataVisible() && currentGridCellResults()->maxTimeStepCount() > 0)
|
||||
{
|
||||
CVF_ASSERT(currentGridCellResults());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user