Skip to content

Commit 27c5838

Browse files
committed
remove incorrectly thrown error
1 parent 16e470d commit 27c5838

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
@@ -651,6 +651,3 @@ function _mul(p::AdjointPlan{T}, x::AbstractArray, ::RealInverseProjectionStyle)
651651
end
652652

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

0 commit comments

Comments
 (0)