Skip to content

Commit

Permalink
fix bug (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas authored Mar 15, 2024
1 parent 3164e99 commit f034790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
integrator.iter == integrator.opts.maxiters
end

@inline function condition_integrator_interval(integrator, interval,
@inline function condition_integrator_interval(integrator, interval;
save_final_solution=true)
# With error-based step size control, some steps can be rejected. Thus,
# `integrator.iter >= integrator.stats.naccept`
Expand Down

0 comments on commit f034790

Please sign in to comment.