Skip to content

Commit a8dd49b

Browse files
committed
convert type in transforms
1 parent e2c5c49 commit a8dd49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Multivariate/TensorSpace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ end
349349

350350
function *(T::TransformPlan{TT,SS,false},v::AbstractVector) where {SS<:TensorSpace,TT}
351351
P = TransformPlan(T.space,T.plan,Val{true})
352-
P*copy(v)
352+
P*AbstractVector{rangetype(SS)}(v)
353353
end
354354

355355

0 commit comments

Comments
 (0)