Skip to content

Commit

Permalink
Fix unit conversion bug in MINPORV
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed May 9, 2024
1 parent 6d2d6b0 commit ec0895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputParser/keywords/grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function parse_keyword!(data, outer_data, units, cfg, f, ::Union{Val{:MINPORV},
rec = read_record(f)
tdims = [1e-6];
rec = parse_defaulted_line(rec, tdims)
zcorn = swap_unit_system!(rec, units, :volume)
rec = swap_unit_system!(rec, units, :volume)
data["MINPV"] = only(rec)
end

Expand Down

0 comments on commit ec0895e

Please sign in to comment.