#2264 PLT plot. Filter wells list based on well geometry and production data

This commit is contained in:
Bjørn Erik Jensen
2017-12-14 11:23:04 +01:00
parent 8efcccf5c4
commit f84a535511
4 changed files with 18 additions and 10 deletions
@@ -152,7 +152,7 @@ bool RimWellPlotTools::hasFlowData(const RimWellLogFile* wellLogFile)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimWellPlotTools::hasFlowData(RimWellPath* wellPath)
bool RimWellPlotTools::hasFlowData(const RimWellPath* wellPath)
{
for (RimWellLogFile* const wellLogFile : wellPath->wellLogFiles())
{