mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3239 : Fishbones : Allow location of subs at start and end measured depth
This commit is contained in:
parent
72cfc4af6b
commit
54c6e032b5
@ -560,7 +560,7 @@ void RimFishbonesMultipleSubs::computeRangesAndLocations()
|
|||||||
|
|
||||||
for (auto md : locationsFromStartSpacingAndCount(m_rangeStart, m_rangeSubSpacing, m_rangeSubCount))
|
for (auto md : locationsFromStartSpacingAndCount(m_rangeStart, m_rangeSubSpacing, m_rangeSubCount))
|
||||||
{
|
{
|
||||||
if (md > firstWellPathMD && md < lastWellPathMD)
|
if (md >= firstWellPathMD && md <= lastWellPathMD)
|
||||||
{
|
{
|
||||||
validMeasuredDepths.push_back(md);
|
validMeasuredDepths.push_back(md);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user