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 0284fe7 commit ed8bad2
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 @@ -110,7 +110,7 @@ function SciMLBase.__init(prob::NonlinearProblem{uType, iip}, alg::DFSane,
𝒹, uₙ₋₁, fuₙ, fuₙ₋₁ = copy(uₙ), copy(uₙ), copy(uₙ), copy(uₙ)

if iip
f(dx, x) = prob.f(dx, x, p)
f( = dx, x) -> prob.f(dx, x, p)
f(fuₙ₋₁, uₙ₋₁)

else
Expand Down

0 comments on commit ed8bad2

Please sign in to comment.