mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7527 opm-common: Add smspecKeywordIndex to SummaryNode
This commit is contained in:
parent
cbd47a256f
commit
8128b26c27
@ -57,6 +57,7 @@ struct SummaryNode {
|
|||||||
Type type;
|
Type type;
|
||||||
std::string wgname;
|
std::string wgname;
|
||||||
int number;
|
int number;
|
||||||
|
size_t smspecKeywordIndex;
|
||||||
|
|
||||||
std::optional<std::string> fip_region;
|
std::optional<std::string> fip_region;
|
||||||
|
|
||||||
|
@ -193,6 +193,7 @@ ESmry::ESmry(const std::string &filename, bool loadBaseRunData , bool uselodsmry
|
|||||||
SummaryNode::Type::Undefined,
|
SummaryNode::Type::Undefined,
|
||||||
wgnames[i],
|
wgnames[i],
|
||||||
nums[i],
|
nums[i],
|
||||||
|
i,
|
||||||
""
|
""
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -263,6 +264,7 @@ ESmry::ESmry(const std::string &filename, bool loadBaseRunData , bool uselodsmry
|
|||||||
SummaryNode::Type::Undefined,
|
SummaryNode::Type::Undefined,
|
||||||
wgnames[i],
|
wgnames[i],
|
||||||
nums[i],
|
nums[i],
|
||||||
|
i,
|
||||||
""
|
""
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user