#2077 Well Allocation Plot: Set default formation name values

This commit is contained in:
Rebecca Cox
2017-11-05 12:26:27 +01:00
parent ae372a4a79
commit bf00807aee
3 changed files with 50 additions and 12 deletions

View File

@@ -248,6 +248,7 @@ void RimWellAllocationPlot::updateFromWell()
RimWellLogTrack* plotTrack = new RimWellLogTrack();
plotTrack->setDescription(QString("Branch %1").arg(brIdx + 1));
plotTrack->setBranchIndex((int)brIdx);
accumulatedWellFlowPlot()->addTrack(plotTrack);