Skip to content

Commit 6c6925b

Browse files
Merge pull request #895 from termi-official/do/set-proposed-dt-ds-typo
Fix typo in set_proposed_dt! docstring
2 parents 25073a5 + dd89060 commit 6c6925b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integrator_interface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ function get_proposed_dt(i::DEIntegrator)
157157
end
158158

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

0 commit comments

Comments
 (0)