#2127 Sim Well Branches : Use helper function instead of local function

This commit is contained in:
Magne Sjaastad
2017-12-08 08:45:00 +01:00
parent 9ef040d891
commit 97743e6d70
4 changed files with 9 additions and 30 deletions

View File

@@ -167,7 +167,7 @@ bool RimWellPlotTools::hasFlowData(RimWellPath* wellPath)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimWellPlotTools::isWellPath(const QString& wellName)
bool RimWellPlotTools::hasAssociatedWellPath(const QString& wellName)
{
RimProject* proj = RiaApplication::instance()->project();
RimWellPath* wellPath = proj->wellPathByName(wellName);