#2099 #2101 (partly) PLT plot. Well path/well name matching issues. Display only wells with well path

This commit is contained in:
Bjørn Erik Jensen
2017-11-08 16:35:58 +01:00
parent 1321b0d754
commit 95a5085ba0
5 changed files with 129 additions and 95 deletions

View File

@@ -645,7 +645,7 @@ void RimWellPath::addWellLogFile(RimWellLogFile* logFileInfo)
{
m_wellLogFiles.push_back(logFileInfo);
if (m_wellLogFiles.size() == 1)
if (m_wellLogFiles.size() == 1 && name().isEmpty())
{
setName(m_wellLogFiles[0]->wellName());
}