Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Jul 25, 2023
1 parent 3945701 commit ae17b3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/callbacks_step/summary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ beginning of a simulation and then resets the timer. When the returned callback
directly, the current timer values are shown.
"""
function SummaryCallback(reset_threads = true)
initialize(cb, u, t, integrator) = initialize_summary_callback(cb, u, t, integrator;
reset_threads)
function initialize(cb, u, t, integrator)
initialize_summary_callback(cb, u, t, integrator;
reset_threads)
end
DiscreteCallback(summary_callback, summary_callback,
save_positions = (false, false),
initialize = initialize)
Expand Down

0 comments on commit ae17b3f

Please sign in to comment.