#4464 LAS files : Reintroduce wellPathCollection->addWellLogs(wellLogFilePaths)

This function was removed unintentionally as part of the splitting of GUI/console application.
This commit is contained in:
Magne Sjaastad 2019-06-05 21:59:05 +02:00
parent 1a337ea0f8
commit 4c54ec8522

View File

@ -835,6 +835,8 @@ void RiaApplication::addWellLogsToModel(const QList<QString>& wellLogFilePaths)
m_project->updateConnectedEditors();
}
oilField->wellPathCollection->addWellLogs(wellLogFilePaths);
oilField->wellPathCollection->updateConnectedEditors();
}