Skip to content

Commit

Permalink
Update src/time_integration/methods_3Sstar.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
warisa-r and JoshuaLampert authored Jul 29, 2024
1 parent 586ec89 commit 3bf7b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time_integration/methods_3Sstar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function init(ode::ODEProblem, alg::SimpleAlgorithm3Sstar;
# initialize callbacks
if callback isa CallbackSet
foreach(callback.continuous_callbacks) do cb
throw(ArgumentError("Continuous callbacks are unsupported with the 2nd order, 5-stage explicit Runge-Kutta scheme."))
throw(ArgumentError("Continuous callbacks are unsupported with the 3 star time integration methods."))
end
foreach(callback.discrete_callbacks) do cb
cb.initialize(cb, integrator.u, integrator.t, integrator)
Expand Down

0 comments on commit 3bf7b9d

Please sign in to comment.