mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2046 Disable the new advanced branch detection, as it is not always better. Needs some more work.
This commit is contained in:
parent
5fcc0432e8
commit
374c6e7b34
@ -107,6 +107,7 @@ void RigSimulationWellCenterLineCalculator::calculateWellPipeCenterlineFromWellF
|
||||
|
||||
bool isMultiSegmentWell = wellResults->isMultiSegmentWell();
|
||||
|
||||
#if 0 // Fancy branch splitting, but with artifacts. Needs a bit more work to be better overall than the one we have.
|
||||
RigWellResultFrame splittedWellFrame;
|
||||
if (!isMultiSegmentWell && isAutoDetectBranches)
|
||||
{
|
||||
@ -114,6 +115,7 @@ void RigSimulationWellCenterLineCalculator::calculateWellPipeCenterlineFromWellF
|
||||
wellFramePtr = &splittedWellFrame;
|
||||
isMultiSegmentWell = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
const RigWellResultFrame& wellFrame = *wellFramePtr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user