Skip to content

Commit

Permalink
Merge pull request #895 from termi-official/do/set-proposed-dt-ds-typo
Browse files Browse the repository at this point in the history
Fix typo in set_proposed_dt! docstring
  • Loading branch information
ChrisRackauckas authored Dec 23, 2024
2 parents 25073a5 + dd89060 commit 6c6925b
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 6c6925b

Please sign in to comment.