Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Oct 11, 2024
1 parent 7aa84b2 commit bdce135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,7 @@ function NonlinearFunction{iip}(f::ODEFunction) where {iip}
end

@add_kwonly function SplitFunction(f1, f2, mass_matrix, cache, analytic, tgrad, jac, jvp,
vjp, jac_prototype, W__prototype, sparsity, Wfact, Wfact_t, paramjac,
vjp, jac_prototype, W_prototype, sparsity, Wfact, Wfact_t, paramjac,
observed, colorvec, sys, initializeprob, update_initializeprob!,
initializeprobmap, initializeprobpmap)
f1 = ODEFunction(f1)
Expand Down

0 comments on commit bdce135

Please sign in to comment.