mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3128 Completion Export : Expose data to be used in text reports
This commit is contained in:
@@ -122,6 +122,14 @@ void RimFractureContainment::setTopKLayer(int topKLayer)
|
||||
m_topKLayer = topKLayer;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RimFractureContainment::topKLayer() const
|
||||
{
|
||||
return m_topKLayer;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -130,6 +138,14 @@ void RimFractureContainment::setBaseKLayer(int baseKLayer)
|
||||
m_baseKLayer = baseKLayer;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RimFractureContainment::baseKLayer() const
|
||||
{
|
||||
return m_baseKLayer;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user