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 838f244 commit aa3c329Copy full SHA for aa3c329
lib/OrdinaryDiffEqFIRK/src/controllers.jl
@@ -8,7 +8,7 @@
8
if fac_default_gamma(alg)
9
fac = gamma
10
else
11
- if isfirk(alg::Union{RadauIIA3, RadauIIA5, RadauIIA7})
+ if isfirk(alg)
12
@unpack iter = integrator.cache
13
@unpack maxiters = alg
14
0 commit comments