WellLogPlot. Handle multiple well log files in well path

This commit is contained in:
Bjørn Erik Jensen
2017-10-24 08:22:08 +02:00
parent dc82888ede
commit 34d77d2733
3 changed files with 18 additions and 2 deletions
@@ -99,6 +99,7 @@ void RicAddWellLogToPlotFeature::onActionTriggered(bool isChecked)
curve->setWellPath(wellPath);
curve->setWellLogChannelName(wellLog->name());
curve->setWellLogFile(wellLogFile);
curve->loadDataAndUpdate(true);
}