mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2127 Sim Well Branches : Add branch detection and branc index to RtfCurve
This commit is contained in:
@@ -489,6 +489,7 @@ void RimWellRftPlot::updateCurvesInPlot(const std::set<RiaRftPltCurveDefinition>
|
||||
RifEclipseRftAddress address(simWellName, curveDefToAdd.timeStep(), RifEclipseRftAddress::PRESSURE);
|
||||
curve->setRftAddress(address);
|
||||
curve->setZOrder(1);
|
||||
curve->setSimWellBranchData(m_branchDetection, m_branchIndex);
|
||||
|
||||
applyCurveAppearance(curve);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user