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 b59fcd4 commit 53b7444Copy full SHA for 53b7444
src/integrators/rk/abstract.jl
@@ -55,4 +55,4 @@ GeometricBase.tableau(int::GeometricIntegrator{<:EquationProblem, <:RKMethod}) =
55
initmethod(method::RKMethod) = RK(method)
56
initmethod(method::PRKMethod) = PRK(method)
57
58
-GeometricIntegrator(problem::Union{PODEProblem,HODEProblem}, method::RKMethod, args...; kwargs...) = GeometricIntegrator(problem, PRK(method), args...; kwargs...)
+GeometricIntegrator(problem::AbstractProblemPODE, method::RKMethod, args...; kwargs...) = GeometricIntegrator(problem, PRK(method), args...; kwargs...)
0 commit comments