Skip to content

Commit

Permalink
Remove outdated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Apr 20, 2024
1 parent 0dcf0a6 commit 5852c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CornerPointGrid/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function mesh_from_dxdydz_and_tops(grid; actnum = get_effective_actnum(grid))
return reshape(grid[k], cartdims)
end
ismissing(nnc) || length(nnc) == 0 || throw(ArgumentError("NNC is not supported together with DX/DY/DZ/TOPS mesh."))
@warn "DX+DY+DZ+TOPS format is only supported if all cells are equally sized and at same TOPS depth. If you get an error, this is the cause."
# @assert all(actnum)
DX = meshgrid_section("DX")
dx = vec(DX[:, 1, 1])
Expand Down

0 comments on commit 5852c01

Please sign in to comment.