changeset 577:cae4d5b428d6 feature/boundary_ops

Fix typo
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 01 Dec 2020 16:48:53 +0100
parents 1d4417ced79f
children b24b910a9025 ea4176a5dfc5
files src/SbpOperators/boundaryops/boundary_restriction.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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