We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac7480 commit 81a2239Copy full SHA for 81a2239
src/integrator_interface.jl
@@ -126,7 +126,7 @@ Sets the proposed `dt` for the next timestep. If second argument isa `DEIntegrat
126
first argument to match that of second one. Note that due to PI control and step acceleration this is more than matching
127
the factors in most cases.
128
"""
129
-set_proposed_dt!(i::DEIntegrator) = error("modify_proposed_dt!: method has not been implemented for the integrator")
+set_proposed_dt!(i::DEIntegrator,dt) = error("set_proposed_dt!: method has not been implemented for the integrator")
130
131
132
savevalues!(integrator::DEIntegrator,
0 commit comments