mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 20:20:48 -06:00
#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:
parent
1a337ea0f8
commit
4c54ec8522
@ -835,6 +835,8 @@ void RiaApplication::addWellLogsToModel(const QList<QString>& wellLogFilePaths)
|
||||
m_project->updateConnectedEditors();
|
||||
}
|
||||
|
||||
oilField->wellPathCollection->addWellLogs(wellLogFilePaths);
|
||||
|
||||
oilField->wellPathCollection->updateConnectedEditors();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user