Skip to content

Commit 3d99bb9

Browse files
author
Oscar Smith
authored
typo
1 parent d4563e0 commit 3d99bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,7 @@ SDEFunction(f::SDEFunction; kwargs...) = f
30863086

30873087
@add_kwonly function SplitSDEFunction(f1, f2, g, mass_matrix, cache, analytic, tgrad, jac,
30883088
jvp, vjp,
3089-
jac_prototype, W_prototype Wfact, Wfact_t, paramjac, observed,
3089+
jac_prototype, W_prototype, Wfact, Wfact_t, paramjac, observed,
30903090
colorvec, sys)
30913091
f1 = f1 isa AbstractSciMLOperator ? f1 : SDEFunction(f1)
30923092
f2 = SDEFunction(f2)

0 commit comments

Comments
 (0)