Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 26, 2024
1 parent 716209f commit 30697ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default.jl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function FastShortcutNonlinearPolyalg(
else
if __is_complex(T)
algs = (Broyden(), Broyden(; init_jacobian = Val(:true_jacobian), autodiff),
Klement(; linsolve, prec, autodiff),
Klement(; linsolve, precs, autodiff),
NewtonRaphson(; concrete_jac, linsolve, precs, autodiff))
else
algs = (Broyden(; autodiff),
Expand Down

0 comments on commit 30697ee

Please sign in to comment.