Mercurial > repos > public > sbplib_julia
changeset 1871:b1eb33e62d1e refactor/grids/iterable_boundary_indices
Remove unneded type paramter name
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 27 Jan 2025 09:17:54 +0100 |
parents | fa96b57af6a1 |
children | 3e07a90ef26f |
files | src/Grids/tensor_grid.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/tensor_grid.jl Wed Jan 22 16:12:31 2025 +0100 +++ b/src/Grids/tensor_grid.jl Mon Jan 27 09:17:54 2025 +0100 @@ -95,7 +95,7 @@ end -function boundary_indices(g::TensorGrid{T,1} where T, id::TensorGridBoundary) +function boundary_indices(g::TensorGrid{<:Any, 1}, id::TensorGridBoundary) return boundary_indices(g.grids[grid_id(id)], boundary_id(id)) end function boundary_indices(g::TensorGrid, id::TensorGridBoundary)