Mercurial > repos > public > sbplib_julia
changeset 1340:c0da6ea50732 refactor/grids
Remove dead link in docstring
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 08 May 2023 17:36:55 +0200 |
parents | 8860bfcaedaa |
children | 5761f4060f2b |
files | src/SbpOperators/volumeops/stencil_operator_distinct_closures.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/stencil_operator_distinct_closures.jl Thu May 04 08:40:50 2023 +0200 +++ b/src/SbpOperators/volumeops/stencil_operator_distinct_closures.jl Mon May 08 17:36:55 2023 +0200 @@ -10,7 +10,7 @@ closures is useful for representing operators with skewed stencils like upwind operators. -See also: [`VolumeOperator`](@ref), [`stencil_operator_distinct_closures`](@ref) +See also: [`VolumeOperator`](@ref) """ struct StencilOperatorDistinctClosures{T,K,N,M,LC<:NTuple{N,Stencil{T,L}} where L, UC<:NTuple{M,Stencil{T,L}} where L} <: LazyTensor{T,1,1} inner_stencil::Stencil{T,K}