Skip to content

Commit e414df1

Browse files
author
Your Name
committed
OOP NSA jac closure: hand the WOperator through instead of _concrete_form
1 parent 0a6f42b commit e414df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/OrdinaryDiffEqNonlinearSolve/src

lib/OrdinaryDiffEqNonlinearSolve/src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ function build_nlsolver(
515515
end
516516
else
517517
let Ww = W
518-
(z, p) -> Ww._concrete_form
518+
(z, p) -> Ww
519519
end
520520
end
521521
NonlinearProblem(

0 commit comments

Comments
 (0)