Skip to content

Commit

Permalink
Network variables have only rates
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Feb 5, 2024
1 parent 054b04a commit a5cda3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/resdata/smspec_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,7 @@ bool smspec_node_identify_total(const char *keyword,
var_type == RD_SMSPEC_FIELD_VAR || var_type == RD_SMSPEC_REGION_VAR ||
var_type == RD_SMSPEC_COMPLETION_VAR ||
var_type == RD_SMSPEC_LOCAL_WELL_VAR ||
var_type == RD_SMSPEC_LOCAL_COMPLETION_VAR ||
var_type == RD_SMSPEC_NETWORK_VAR) {
var_type == RD_SMSPEC_LOCAL_COMPLETION_VAR) {
static const std::vector<std::string> rate_vars{{
"OPT", "OIT", "OVPT", "OVIT", "OMT", "GPT", "GIT", "GVPT",
"GVIT", "GMT", "WGPT", "WGIT", "WPT", "WIT", "WVPT", "WVIT",
Expand Down

0 comments on commit a5cda3f

Please sign in to comment.