mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2127 Sim Well Branches : Use helper function instead of local function
This commit is contained in:
@@ -353,7 +353,7 @@ void RimWellLogRftCurve::defineUiOrdering(QString uiConfigName, caf::PdmUiOrderi
|
||||
caf::PdmUiGroup* curveDataGroup = uiOrdering.addNewGroup("Curve Data");
|
||||
curveDataGroup->add(&m_eclipseResultCase);
|
||||
curveDataGroup->add(&m_wellName);
|
||||
if (!RimWellPlotTools::isWellPath(m_wellName))
|
||||
if (!RimWellPlotTools::hasAssociatedWellPath(m_wellName))
|
||||
{
|
||||
curveDataGroup->add(&m_branchDetection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user