#2326 Well allocation plot: Remove formation options regarding well path

This commit is contained in:
Rebecca Cox
2018-01-26 10:28:24 +01:00
parent 78068e547d
commit 007602dbf9
3 changed files with 33 additions and 6 deletions

View File

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