#829 Update display and pick information when reloading / selecting a formation names file

This commit is contained in:
Jacob Støren
2016-09-12 11:36:59 +02:00
parent e360c55e16
commit 88af194702
10 changed files with 64 additions and 0 deletions

View File

@@ -1695,6 +1695,14 @@ void RimEclipseView::axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::S
*zLabel = "Z";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimEclipseView::isUsingFormationNames() const
{
return (cellResult()->resultType() == RimDefines::FORMATION_NAMES) ;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------