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;
|
||||
std::string wgname;
|
||||
int number;
|
||||
size_t smspecKeywordIndex;
|
||||
|
||||
std::optional<std::string> fip_region;
|
||||
|
||||
|
@ -193,6 +193,7 @@ ESmry::ESmry(const std::string &filename, bool loadBaseRunData , bool uselodsmry
|
||||
SummaryNode::Type::Undefined,
|
||||
wgnames[i],
|
||||
nums[i],
|
||||
i,
|
||||
""
|
||||
});
|
||||
|
||||
@ -263,6 +264,7 @@ ESmry::ESmry(const std::string &filename, bool loadBaseRunData , bool uselodsmry
|
||||
SummaryNode::Type::Undefined,
|
||||
wgnames[i],
|
||||
nums[i],
|
||||
i,
|
||||
""
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user