#2505 Add setFractureContainment batch command

This commit is contained in:
Bjørn Erik Jensen
2018-03-05 14:17:18 +01:00
parent 3a6de3cc56
commit 658e9e9f44
7 changed files with 157 additions and 0 deletions

View File

@@ -116,6 +116,22 @@ bool RimFractureContainment::isEclipseCellWithinContainment(const RigMainGrid* m
return true;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimFractureContainment::setTopKLayer(int topKLayer)
{
m_topKLayer = topKLayer;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimFractureContainment::setBaseKLayer(int baseKLayer)
{
m_baseKLayer = baseKLayer;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------