Skip to content

Commit

Permalink
address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Feb 13, 2024
1 parent 2cbff6c commit a2627da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/dae_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end

TruncatedStacktraces.@truncate_stacktrace DAESolution 1 2

function build_solution(prob::AbstractDAEProblem, alg, t, u, du;
function build_solution(prob::AbstractDAEProblem, alg, t, u, du = nothing;
timeseries_errors = length(u) > 2,
dense = false,
dense_errors = dense,
Expand Down

0 comments on commit a2627da

Please sign in to comment.