#3690 Missing Summary Data. Set well name for segment vectors in eclipse summary reader

This commit is contained in:
Bjørn Erik Jensen 2018-11-21 09:24:53 +01:00
parent 1871e558e5
commit 5354caef13

View File

@ -344,6 +344,7 @@ RifEclipseSummaryAddress addressFromErtSmSpecNode(const smspec_node_type * ertSu
case ECL_SMSPEC_SEGMENT_VAR:
{
sumCategory = RifEclipseSummaryAddress::SUMMARY_WELL_SEGMENT;
wellName = smspec_node_get_wgname(ertSumVarNode);
wellSegmentNumber = smspec_node_get_num(ertSumVarNode);
}
break;