Skip to content

Commit

Permalink
Update src/common_interface/solve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 11, 2022
1 parent 053f86a commit 9229852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common_interface/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function DiffEqBase.__init(

mem = arkodemem(fi = cfj1, fe = cfj2)
else
use_jac_prototype = (isa(prob.f.f1.jac_prototype, SparseArrays.SparseMatrixCSC) && LinearSolver SPARSE_SOLVERS)
use_jac_prototype = (isa(prob.f.jac_prototype, SparseArrays.SparseMatrixCSC) && LinearSolver SPARSE_SOLVERS)
userfun = FunJac(
f!,
prob.f.jac,
Expand Down

0 comments on commit 9229852

Please sign in to comment.