Skip to content

Commit dd89060

Browse files
Fix typo in set_proposed_dt! docstring
1 parent 25073a5 commit dd89060

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)