diff src/SbpOperators/volumeops/volume_operator.jl @ 1089:2278730f9cee refactor/sbpoperators/inflation

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 May 2022 20:24:20 +0200
parents 52f07c77299d 2b6298905692
children 5a3281429a48 157a78959e5d
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl	Tue May 10 20:21:15 2022 +0200
+++ b/src/SbpOperators/volumeops/volume_operator.jl	Tue May 10 20:24:20 2022 +0200
@@ -18,7 +18,7 @@
 # TBD: Should the inflation happen here or should we remove this method and do it at the caller instead?
 
 """
-    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}