From 950458455deb7d16d6b325ba861069d2a45071e2 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 26 Apr 2019 14:22:51 +0200 Subject: [PATCH] #4360 Make sure we display cell colors for grids without dynamic variables even if the project has wells in it --- ApplicationCode/ProjectDataModel/RimEclipseView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/RimEclipseView.cpp b/ApplicationCode/ProjectDataModel/RimEclipseView.cpp index e4333aaaf1..f595da6449 100644 --- a/ApplicationCode/ProjectDataModel/RimEclipseView.cpp +++ b/ApplicationCode/ProjectDataModel/RimEclipseView.cpp @@ -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());