diff --git a/test/mirk/nlls_tests.jl b/test/mirk/nlls_tests.jl index b7192717..4002a11d 100644 --- a/test/mirk/nlls_tests.jl +++ b/test/mirk/nlls_tests.jl @@ -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