Skip to content

Commit

Permalink
Merge pull request #825 from SciML/os/typo
Browse files Browse the repository at this point in the history
fix `W__prototype` typo
  • Loading branch information
ChrisRackauckas authored Oct 20, 2024
2 parents 5991746 + 42a1553 commit f701107
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 @@ -2676,7 +2676,7 @@ end
typeof(initializeprobpmap)}(
f1, f2, mass_matrix,
cache, analytic, tgrad, jac, jvp, vjp,
jac_prototype, W__prototype, sparsity, Wfact, Wfact_t, paramjac, observed, colorvec, sys,
jac_prototype, W_prototype, sparsity, Wfact, Wfact_t, paramjac, observed, colorvec, sys,
initializeprob, update_initializeprob!, initializeprobmap, initializeprobpmap)
end
function SplitFunction{iip, specialize}(f1, f2;
Expand Down

0 comments on commit f701107

Please sign in to comment.