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:
@@ -560,7 +560,7 @@ void RimFishbonesMultipleSubs::computeRangesAndLocations()
|
||||
|
||||
for (auto md : locationsFromStartSpacingAndCount(m_rangeStart, m_rangeSubSpacing, m_rangeSubCount))
|
||||
{
|
||||
if (md > firstWellPathMD && md < lastWellPathMD)
|
||||
if (md >= firstWellPathMD && md <= lastWellPathMD)
|
||||
{
|
||||
validMeasuredDepths.push_back(md);
|
||||
}
|
||||
|
Reference in New Issue
Block a user