#2127 Sim Well Branches : Add branch detection and branc index to RtfCurve

This commit is contained in:
Magne Sjaastad
2017-12-08 08:38:55 +01:00
parent 1841379e64
commit 9ef040d891
5 changed files with 80 additions and 21 deletions

View File

@@ -164,6 +164,17 @@ bool RimWellPlotTools::hasFlowData(RimWellPath* wellPath)
return false;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimWellPlotTools::isWellPath(const QString& wellName)
{
RimProject* proj = RiaApplication::instance()->project();
RimWellPath* wellPath = proj->wellPathByName(wellName);
return wellPath != nullptr;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------