mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2099 #2101 (partly) PLT plot. Well path/well name matching issues. Display only wells with well path
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user