#7655 Well Allocation Plot: Use branch ID of parent branch

This commit is contained in:
Magne Sjaastad 2021-05-25 15:37:18 +02:00
parent 03917f2e1c
commit f9fc7cff3a

View File

@ -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 ) );