Skip to content

Commit bdce135

Browse files
author
Oscar Smith
authored
typo
1 parent 7aa84b2 commit bdce135

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
@@ -2650,7 +2650,7 @@ function NonlinearFunction{iip}(f::ODEFunction) where {iip}
26502650
end
26512651

26522652
@add_kwonly function SplitFunction(f1, f2, mass_matrix, cache, analytic, tgrad, jac, jvp,
2653-
vjp, jac_prototype, W__prototype, sparsity, Wfact, Wfact_t, paramjac,
2653+
vjp, jac_prototype, W_prototype, sparsity, Wfact, Wfact_t, paramjac,
26542654
observed, colorvec, sys, initializeprob, update_initializeprob!,
26552655
initializeprobmap, initializeprobpmap)
26562656
f1 = ODEFunction(f1)

0 commit comments

Comments
 (0)