Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 31, 2023
1 parent f76e805 commit f8b9af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/solution_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ DEFAULT_PLOT_FUNC(x, y, z) = (x, y, z) # For v0.5.2 bug
end

function diffeq_to_arrays(sol, plot_analytic, denseplot, plotdensity, tspan,
vars, tscale, plott)
vars, tscale, plotat)
if tspan === nothing
if sol.tslocation == 0
end_idx = length(sol)
Expand Down

0 comments on commit f8b9af0

Please sign in to comment.