Skip to content

Commit

Permalink
Remove MULTFLT warning - this is now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Feb 13, 2024
1 parent 9ef9871 commit 885365d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/InputParser/keywords/grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:MULTFLT})
d = "*"
tdims = [d, 1.0, 1.0]
faults = outer_data["GRID"]["FAULTS"]
parser_message(cfg, outer_data, "MULTFLT", PARSER_JUTULDARCY_MISSING_SUPPORT)
out = parse_defaulted_group_well(f, tdims, faults);
if !haskey(data, "MULTFLT")
data["MULTFLT"] = Dict{String, Tuple{Float64, Float64}}()
Expand Down

0 comments on commit 885365d

Please sign in to comment.