#1998 RFT plot. Support for multiple LAS files per well path

This commit is contained in:
Bjørn Erik Jensen
2017-10-19 16:12:22 +02:00
parent 5a9af2bba6
commit b99f12b3e4
12 changed files with 369 additions and 258 deletions

View File

@@ -137,7 +137,7 @@ RimWellPath* RicWellLogTools::selectedWellPathWithLogFile()
if (selection.size() > 0)
{
RimWellPath* wellPath = selection[0];
if (wellPath->wellLogFile())
if (wellPath->wellLogFiles().size() > 0)
{
return wellPath;
}