Skip to content

Commit a5fc5d8

Browse files
Update alg_utils.jl
1 parent 6903109 commit a5fc5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqFIRK/src/alg_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
qmax_default(alg::Union{RadauIIA3, RadauIIA5, RadauIIA7}) = 8
1+
qmax_default(alg::Union{RadauIIA3, RadauIIA5, RadauIIA9}) = 8
22

33
alg_order(alg::RadauIIA3) = 3
44
alg_order(alg::RadauIIA5) = 5

0 commit comments

Comments
 (0)