Skip to content

Commit

Permalink
Update src/dfsane.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 21, 2023
1 parent 06a3953 commit 0284fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfsane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function SciMLBase.__init(prob::NonlinearProblem{uType, iip}, alg::DFSane,
f(fuₙ₋₁, uₙ₋₁)

else
f(x) = prob.f(x, p)
f = (x) -> prob.f(x, p)
fuₙ₋₁ = f(uₙ₋₁)
end

Expand Down

0 comments on commit 0284fe7

Please sign in to comment.