Skip to content

Commit 9f7a492

Browse files
committed
fix type in conversion
1 parent 5017bab commit 9f7a492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operators/banded/Conversion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function ConcreteConversion(a::Space,b::Space)
1717
end
1818

1919
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))
20+
ConcreteConversion{D,R,T}(strictconvert(D,C.domainspace), strictconvert(R, C.rangespace))
2121
end
2222

2323
function Operator{T}(C::ConcreteConversion) where {T}

0 commit comments

Comments
 (0)