Skip to content

Commit b7710bf

Browse files
Update func.jl
1 parent 4ff1ca9 commit b7710bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/func.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ isconvertible(L::FunctionOperator) = L.traits.isconvertible
619619
isconstant(L::FunctionOperator) = L.traits.isconstant
620620
has_adjoint(L::FunctionOperator) = !(L.op_adjoint isa Nothing)
621621
has_mul(::FunctionOperator{iip}) where {iip} = true
622-
has_mul!(::FunctionOperator{iip}) where {iip} = iip
622+
has_mul!(::FunctionOperator{iip}) where {iip} = true
623623
has_ldiv(L::FunctionOperator{iip}) where {iip} = !(L.op_inverse isa Nothing)
624624
has_ldiv!(L::FunctionOperator{iip}) where {iip} = iip & !(L.op_inverse isa Nothing)
625625

0 commit comments

Comments
 (0)