Fix crash when RFT plot does not exist

This commit is contained in:
Rebecca Cox 2017-11-06 09:11:39 +01:00
parent 5feee83706
commit ecc1df5424

View File

@ -522,7 +522,6 @@ void RimWellLogTrack::loadDataAndUpdate()
m_trajectoryType = RimWellLogTrack::SIMULATION_WELL;
m_simulationWellChosen = true;
m_simWellName = wellName;
m_branchIndex = rftPlot->branchIndex();
}
}