Skip to content

Commit

Permalink
Update nlls_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 8, 2024
1 parent 46061c5 commit 8a251a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mirk/nlls_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
f1(u, p, t) = [u[2], -u[1]]

function bc1(sol, p, t)
solₜ₁ = sol.u[1]
solₜ₂ = sol.u[end]
solₜ₁ = sol[1]
solₜ₂ = sol[end]
return [solₜ₁[1], solₜ₂[1] - 1, solₜ₂[2] + 1.729109]
end

Expand Down

0 comments on commit 8a251a9

Please sign in to comment.