Skip to content

Commit

Permalink
Allocate wgname for network variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Feb 5, 2024
1 parent 25b6177 commit ffc75ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/resdata/smspec_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,8 @@ void smspec_node::set_gen_keys(const char *key_join_string_) {
gen_key1 = keyword;
break;
case (RD_SMSPEC_NETWORK_VAR):
// KEYWORD
gen_key1 = keyword;
// KEYWORD:WGNAME
gen_key1 = smspec_alloc_wgname_key(key_join_string_, keyword, wgname);
break;
case (RD_SMSPEC_GROUP_VAR):
// KEYWORD:WGNAME
Expand Down

0 comments on commit ffc75ec

Please sign in to comment.