Skip to content

Commit

Permalink
Remove unsupported warning that is now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Jun 12, 2024
1 parent 3612dc0 commit 4152d25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/InputParser/keywords/schedule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:WEFAC})
end

function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:WPIMULT})
parser_message(cfg, outer_data, "WPIMULT", PARSER_JUTULDARCY_MISSING_SUPPORT)

defaults = ["Default", 1.0, -1, -1, -1, -1, -1, -1]
wells = get_wells(outer_data)
parsed = parse_defaulted_group_well(f, defaults, wells, 1)
Expand Down

0 comments on commit 4152d25

Please sign in to comment.