Skip to content

Commit f701107

Browse files
Merge pull request #825 from SciML/os/typo
fix `W__prototype` typo
2 parents 5991746 + 42a1553 commit f701107

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
@@ -2676,7 +2676,7 @@ end
26762676
typeof(initializeprobpmap)}(
26772677
f1, f2, mass_matrix,
26782678
cache, analytic, tgrad, jac, jvp, vjp,
2679-
jac_prototype, W__prototype, sparsity, Wfact, Wfact_t, paramjac, observed, colorvec, sys,
2679+
jac_prototype, W_prototype, sparsity, Wfact, Wfact_t, paramjac, observed, colorvec, sys,
26802680
initializeprob, update_initializeprob!, initializeprobmap, initializeprobpmap)
26812681
end
26822682
function SplitFunction{iip, specialize}(f1, f2;

0 commit comments

Comments
 (0)