Skip to content

Commit

Permalink
Fix typo in set_proposed_dt! docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Dec 22, 2024
1 parent 25073a5 commit dd89060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integrator_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ function get_proposed_dt(i::DEIntegrator)
end

"""
set_proposed_dt(i::DEIntegrator,dt)
set_proposed_dt(i::DEIntegrator,i2::DEIntegrator)
set_proposed_dt!(i::DEIntegrator,dt)
set_proposed_dt!(i::DEIntegrator,i2::DEIntegrator)
Sets the proposed `dt` for the next timestep. If the second argument isa `DEIntegrator`, then it sets the timestepping of
the first argument to match that of the second one. Note that due to PI control and step acceleration, this is more than matching
Expand Down

0 comments on commit dd89060

Please sign in to comment.