mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7818 Modeled Well Path : Update location of completions
This commit is contained in:
@@ -217,6 +217,17 @@ void RimMultipleValveLocations::initFields( LocationType locationT
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimMultipleValveLocations::applyOffset( double offset )
|
||||
{
|
||||
m_rangeStart = m_rangeStart + offset;
|
||||
m_rangeEnd = m_rangeEnd + offset;
|
||||
|
||||
computeRangesAndLocations();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user