#2609 Cleanup RimWellPath ready for refactor into two classes

This commit is contained in:
Jacob Støren
2018-06-18 17:13:30 +02:00
parent 22bf33d02f
commit 5059201126
4 changed files with 186 additions and 117 deletions

View File

@@ -330,7 +330,7 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
{
if (m_formationWellPathForSourceCase)
{
m_formationSimWellName = m_formationWellPathForSourceCase->m_simWellName;
m_formationSimWellName = m_formationWellPathForSourceCase->associatedSimulationWellName();
}
}