#2046 Disable the new advanced branch detection, as it is not always better. Needs some more work.

This commit is contained in:
Jacob Støren 2017-11-03 08:32:59 +01:00
parent 5fcc0432e8
commit 374c6e7b34

View File

@ -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;