Skip to content

Commit 0354508

Browse files
committed
Update adaptivetransform.jl
1 parent 767d3bd commit 0354508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptivetransform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function adaptivetransform_ldiv(A::AbstractQuasiArray{U}, f::AbstractQuasiVector
2626
maxabsfr = norm(fr,Inf)
2727

2828
# don't use V as eltype might be Any
29-
T = promote_type(eltype(U), typeof(first(fr)))
29+
T = promote_type(eltype(U), eltype(typeof(first(fr))))
3030
tol = 20eps(real(T))
3131
ax = axes(A,2)
3232

0 commit comments

Comments
 (0)