Skip to content

Commit

Permalink
Fix to pattern matching COMPORD
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Oct 8, 2024
1 parent a36275f commit 8327e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/InputParser/keywords/schedule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ end
function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:COMPORD})
d = "Default"
defaults = [d, "TRACK"]
compord = parse_defaulted_group(f, defaults)
wells = get_wells(outer_data)
compord = parse_defaulted_group_well(f, defaults, wells, 1)
out = outer_data["SCHEDULE"]["COMPORD"]
for co in compord
well, val = co
Expand Down

0 comments on commit 8327e63

Please sign in to comment.