Mercurial > repos > public > sbplib_julia
changeset 684:984f6fe42708 feature/boundary_quads
Remove redudant lines
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 09 Feb 2021 09:43:27 +0100 |
parents | 3ed922e95a35 |
children | bc2a9b8d2774 |
files | src/Grids/EquidistantGrid.jl |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/EquidistantGrid.jl Mon Feb 08 20:12:09 2021 +0100 +++ b/src/Grids/EquidistantGrid.jl Tue Feb 09 09:43:27 2021 +0100 @@ -127,8 +127,6 @@ if orth_dims == dims throw(DomainError("boundary identifier not matching grid")) end - dims = collect(1:dimension(grid)) - orth_dims = dims[dims .!= dim(id)] return restrict(grid,orth_dims) end export boundary_grid