Mercurial > repos > public > sbplib_julia
changeset 1070:2b6298905692
Fix typo in doc string for VolumeOperator
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 23 Mar 2022 21:59:32 +0100 |
parents | af64233419d3 |
children | 93f87d5d9fbb 14cb97284373 03f65ef8adb9 |
files | src/SbpOperators/volumeops/volume_operator.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl Wed Mar 23 13:30:10 2022 +0100 +++ b/src/SbpOperators/volumeops/volume_operator.jl Wed Mar 23 21:59:32 2022 +0100 @@ -24,7 +24,7 @@ end """ - VolumeOperator{T,N,M,K} <: TensorOperator{T,1} + VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1} Implements a one-dimensional constant coefficients volume operator """ struct VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1}