We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e5cbf commit 9f4c71bCopy full SHA for 9f4c71b
src/Operators/banded/Conversion.jl
@@ -17,7 +17,7 @@ function ConcreteConversion(a::Space,b::Space)
17
end
18
19
function ConcreteConversion{D,R,T}(C::ConcreteConversion) where {D<:Space,R<:Space,T}
20
- ConcreteConversion{D,R,T}(strictconvert(D,C.domainspace), strictconvert(R, C.rangetype))
+ ConcreteConversion{D,R,T}(strictconvert(D,C.domainspace), strictconvert(R, C.rangespace))
21
22
23
function Operator{T}(C::ConcreteConversion) where {T}
0 commit comments