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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user