Skip to content

Commit

Permalink
Correct wrong unit type for PORV
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Apr 21, 2024
1 parent 5852c01 commit 2424287
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 @@ -197,7 +197,7 @@ function unit_type(::Union{Val{:PORO}, Val{:NTG}})
end

function unit_type(::Val{:PORV})
return :volume
return :liquid_volume_reservoir
end

function parse_keyword!(data, outer_data, units, cfg, f, v::Union{Val{:DX}, Val{:DY}, Val{:DZ}})
Expand Down

0 comments on commit 2424287

Please sign in to comment.