Skip to content

Commit

Permalink
Skip some keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Apr 5, 2024
1 parent 4c47aba commit ad493d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/InputParser/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,11 @@ function parse_keyword!(data, outer_data, units, cfg, f, v::Val{T}) where T
skip_kw!(:NETBALAN, 1, PARSER_MISSING_SUPPORT)
skip_kw!(:JFUNC, 1, PARSER_MISSING_SUPPORT)

skip_kw!(:PSPLITX, Inf, PARSER_MISSING_SUPPORT)
skip_kw!(:PSPLITY, Inf, PARSER_MISSING_SUPPORT)
skip_kw!(:PSPLITZ, Inf, PARSER_MISSING_SUPPORT)
skip_kw!(:COMPLUMP, Inf, PARSER_MISSING_SUPPORT)

skip_kw!(:TRACER, Inf, PARSER_MISSING_SUPPORT)
skip_kw!(:THPRES, Inf, PARSER_MISSING_SUPPORT)
skip_kw!(:PIMULTAB, Inf, PARSER_MISSING_SUPPORT)
Expand Down

0 comments on commit ad493d5

Please sign in to comment.