mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#7655 Well Allocation Plot: Use branch ID of parent branch
This commit is contained in:
@@ -1885,7 +1885,7 @@ void RifReaderEclipseOutput::readWellCells( const ecl_grid_type* mainEclGrid, bo
|
|||||||
wellResultBranch.m_branchResultPoints.push_back(
|
wellResultBranch.m_branchResultPoints.push_back(
|
||||||
createWellResultPoint( grids[gridNr],
|
createWellResultPoint( grids[gridNr],
|
||||||
ert_connection,
|
ert_connection,
|
||||||
branchId,
|
well_segment_get_branch_id( outletSegment ),
|
||||||
well_segment_get_id( outletSegment ),
|
well_segment_get_id( outletSegment ),
|
||||||
wellName ) );
|
wellName ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user