Skip to content

Commit

Permalink
Using wrong mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 18, 2023
1 parent d55227c commit 103601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve/mirk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ function SciMLBase.solve!(cache::MIRKCache)
end
end

return DiffEqBase.build_solution(prob, alg, mesh,
return DiffEqBase.build_solution(prob, alg, cache.mesh,
[reshape(y, cache.in_size) for y in cache.y₀]; retcode = info)
end

0 comments on commit 103601c

Please sign in to comment.