Skip to content

Commit 9fee83f

Browse files
committed
fix rangespace for PiecewiseSpace
1 parent a40c1c7 commit 9fee83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spaces/ProductSpaceOperators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ for (Op,OpWrap) in ((:Derivative,:DerivativeWrapper),(:Integral,:IntegralWrapper
228228
assert_integer(k)
229229
t = map(s->$Op(s,k),components(S))
230230
allbanded = all(isbanded, t)
231-
ds, rs = S, SumSpace(map(rangespace, t))
231+
ds, rs = S, PiecewiseSpace(map(rangespace, t))
232232
D = Diagonal(convert_vector_or_svector(t))
233233
bw = interlace_bandwidths(D, ds, rs, allbanded)
234234
O = InterlaceOperator(D, ds, rs, bw)

0 commit comments

Comments
 (0)