Skip to content

Commit ac7c78c

Browse files
committed
remove incorrectly thrown error
1 parent 9d99886 commit ac7c78c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/definitions.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,3 @@ function _mul(p::AdjointPlan{T}, x::AbstractArray, ::RealInverseProjectionStyle)
652652
end
653653

654654
plan_inv(p::AdjointPlan) = adjoint(plan_inv(p.p))
655-
function LinearAlgebra.mul!(y::AbstractArray, p::AdjointPlan, x::AbstractArray)
656-
throw(MethodError(LinearAlgebra.mul!, "mul! is not supported for adjoint plans"))
657-
end

0 commit comments

Comments
 (0)