mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6234 Use facies definition from template (no more OPERNUM_1 magic)
This commit is contained in:
@@ -218,3 +218,11 @@ void RimFaciesProperties::setColorLegend( RimColorLegend* colorLegend )
|
||||
{
|
||||
m_colorLegend = colorLegend;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const RimEclipseResultDefinition* RimFaciesProperties::faciesDefinition() const
|
||||
{
|
||||
return m_faciesDefinition.value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user