#2100 PLT plot. Remove branch index field

This commit is contained in:
Bjørn Erik Jensen
2017-11-09 13:36:14 +01:00
parent f131f1274a
commit d277a08d29
6 changed files with 38 additions and 45 deletions

View File

@@ -825,7 +825,7 @@ void RimWellAllocationPlot::updateFormationNamesData() const
for (size_t i = 0; i < m_accumulatedWellFlowPlot->trackCount(); ++i)
{
RimWellLogTrack* track = m_accumulatedWellFlowPlot->trackByIndex(i);
track->updateFormationNamesData(m_case, RimWellLogTrack::SIMULATION_WELL, nullptr, m_wellName, track->formationBranchIndex());
track->setAndUpdateSimWellFormationNamesData(m_case, m_wellName, track->formationBranchIndex());
}
}