Skip to content

Commit c1699d3

Browse files
Update src/scimlfunctions.jl
1 parent bebd61a commit c1699d3

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
@@ -2615,7 +2615,7 @@ end
26152615
typeof(cache), typeof(analytic), typeof(tgrad), typeof(jac), typeof(jvp),
26162616
typeof(vjp), typeof(jac_prototype), typeof(sparsity),
26172617
typeof(Wfact), typeof(Wfact_t), typeof(paramjac), typeof(observed), typeof(colorvec),
2618-
typeof(sys), typeof(initializeprob), typeof(initializeprobmap}(f1, f2, mass_matrix,
2618+
typeof(sys), typeof(initializeprob), typeof(initializeprobmap)}(f1, f2, mass_matrix,
26192619
cache, analytic, tgrad, jac, jvp, vjp,
26202620
jac_prototype, sparsity, Wfact, Wfact_t, paramjac, observed, colorvec, sys,
26212621
initializeprob, initializeprobmap)

0 commit comments

Comments
 (0)