#1998 RFT plot. Handle old project files regarding well path and well log files

This commit is contained in:
Bjørn Erik Jensen
2017-10-20 10:17:30 +02:00
parent c3ee28de5f
commit 92f30742ec
4 changed files with 27 additions and 0 deletions

View File

@@ -342,6 +342,20 @@ QList<caf::PdmOptionItemInfo> RimWellPath::calculateValueOptions(const caf::PdmF
return options;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellPath::initAfterRead()
{
RimWellLogFile* wellLogFile = m_wellLogFile_OBSOLETE();
m_wellLogFile_OBSOLETE = nullptr;
if (wellLogFile != nullptr)
{
m_wellLogFiles.push_back(wellLogFile);
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------