Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/boundaryops/boundary_restriction.jl @ 577:cae4d5b428d6 feature/boundary_ops
Fix typo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 01 Dec 2020 16:48:53 +0100 |
parents | 64f1b269e9fc |
children | cd7d3949f692 ea4176a5dfc5 |
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_restriction.jl Tue Dec 01 16:48:34 2020 +0100 +++ b/src/SbpOperators/boundaryops/boundary_restriction.jl Tue Dec 01 16:48:53 2020 +0100 @@ -60,7 +60,7 @@ return e.stencil[e.size[1] - Int(i)]*v[] end -# Catch all combinations of Lower, Upper and Inner not caught by the two previous methods. +# Catch all combinations of Lower, Upper and Interior not caught by the two previous methods. function LazyTensors.apply_transpose(e::BoundaryRestriction{T}, v::AbstractArray{T,0}, i::Index) where T return zero(T) end