We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d682ec commit fa1a4f0Copy full SHA for fa1a4f0
lib/NonlinearSolveBase/src/wrappers.jl
@@ -106,5 +106,5 @@ function construct_extension_jac(
106
107
initial_jacobian isa Val{false} && return J_final
108
109
- return J_final, J = reused_jacobian(Jₚ, u0)
+ return J_final, reused_jacobian(Jₚ, u0)
110
end
0 commit comments