#4024 Always report that a time step dependent result is visible in GeoMech contour maps

* However, if a result is not a valid time step result, we instead show a dummy 0-result across the reservoir.
* This way we show something even if a valid result is not chosen.
* Also make this more obvious by reporting it in info box and legend.
This commit is contained in:
Gaute Lindkvist
2019-02-04 11:51:56 +01:00
parent 9bc6a4bc21
commit 08cdd73148
4 changed files with 42 additions and 4 deletions

View File

@@ -160,6 +160,14 @@ bool RimGeoMechContourMapView::isGridVisualizationMode() const
return m_contourMapProjection->isChecked();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimGeoMechContourMapView::isTimeStepDependentDataVisible() const
{
return true;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------