Skip to content

Commit d96078e

Browse files
committed
Add nothing default for tprod!
1 parent 814d8ef commit d96078e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/abstract.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ LinearOperator{T, S}(
137137
symmetric::Bool,
138138
hermitian::Bool,
139139
prod!,
140-
tprod!,
140+
tprod! = nothing,
141141
ctprod! = nothing,
142142
) where {T, S, I <: Integer} =
143143
LinearOperator{T, S}(nrow, ncol, symmetric, hermitian, prod!, tprod!, ctprod!, 0, 0, 0)

0 commit comments

Comments
 (0)