Skip to content

Commit

Permalink
Support SLGOF
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Sep 27, 2024
1 parent abeb13c commit 014ecb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputParser/keywords/props.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function parse_keyword!(data, outer_data, units, cfg, f, v::Union{Val{:SOMGAS},
data["$k"] = parse_region_matrix_table(f, ns)
end

function parse_keyword!(data, outer_data, units, cfg, f, v::Union{Val{:SWOF}, Val{:SGOF}})
function parse_keyword!(data, outer_data, units, cfg, f, v::Union{Val{:SWOF}, Val{:SGOF}, Val{:SLGOF}})
k = unpack_val(v)
sat_tab = parse_saturation_table(f, outer_data)
for tab in sat_tab
Expand Down

0 comments on commit 014ecb0

Please sign in to comment.