Skip to content

Commit edb0489

Browse files
committed
typo
1 parent b532567 commit edb0489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct AffineOperator{T,AType,BType,bType,cType,F} <: AbstractSciMLOperator{T}
216216
typeof(cache),
217217
typeof(update_func),
218218
}(
219-
A, B, b, cache,
219+
A, B, b, cache, update_func,
220220
)
221221
end
222222
end

0 commit comments

Comments
 (0)