Skip to content

Commit

Permalink
fix W__prototype typo
Browse files Browse the repository at this point in the history
no idea how CI missed this the first time
  • Loading branch information
oscardssmith authored Oct 20, 2024
1 parent 5991746 commit 42a1553
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 42a1553

Please sign in to comment.