Skip to content

Commit

Permalink
remove duplicate call
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Jun 18, 2024
1 parent f4088a1 commit 93d6b9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/InputParser/keywords/runspec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,6 @@ function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:UDQDIMS})
data["UDQDIMS"] = parse_defaulted_line(rec, tdims)
end

function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:EXTRAPMS})
rec = read_record(f)
tdims = [0]
data["EXTRAPMS"] = only(parse_defaulted_line(rec, tdims))
end

function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:FAULTDIM})
rec = read_record(f)
tdims = [0];
Expand Down

0 comments on commit 93d6b9c

Please sign in to comment.